From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25214 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: smtpmail-send-it ? Date: 23 Sep 1999 12:53:02 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86emfqygan.fsf@chia.someotherplace.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162641 12826 80.91.224.250 (21 Oct 2002 01:10:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:10:41 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA15402 for ; Thu, 23 Sep 1999 06:56:18 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB15174; Thu, 23 Sep 1999 05:55:44 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Sep 1999 05:56:12 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA10444 for ; Thu, 23 Sep 1999 05:55:59 -0500 (CDT) Original-Received: from mail.eai-delta.de (root@mail.delta-ii.de [195.180.229.162]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA15395 for ; Thu, 23 Sep 1999 06:53:58 -0400 (EDT) Original-Received: by mail.eai-delta.de (Smail3.2.0.105/mail.eai-delta.de) via Delta-II from apollonius.eai-delta.de.eai-delta.de with smtp for mailhost.sclp.com id m11U6Uy-001ntwC; Thu, 23 Sep 1999 12:53:12 +0200 (CEST) Original-To: "Mats Lvfdahl" Mail-Copies-To: never X-Attribution: lykos X-URL: http://www.eai-delta.de X-Face: ., "Mats Lvfdahl" wrote: > Would you post a description once you have something working? I've > been wanting to do this for some time but lacking the elisp skills I > haven't made any progress. Try something like this (change according to your environment): (require 'smtpmail) (setq message-send-mail-function 'smtpmail-send-it smtpmail-smtp-server "mail.eai-delta.de" smtpmail-local-domain "eai-delta.de" smtpmail-debug-info t) hth, norbert.