help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to send a mail using smtp?


From: Jack
Subject: Re: How to send a mail using smtp?
Date: 19 Dec 2004 21:43:20 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

D P Schreber <schreberdp@rayban.net> writes:

> On 2004-12-19, Jack@mail.org <Jack@mail.org> wrote:
> > Can you tell me how to config my emacs to send mail by using smtp?
> 
> You mean by using a remote smtp server?  The following works for me:
> 
> 
> (setq send-mail-function                'smtpmail-send-it
>       message-send-mail-function        'smtpmail-send-it
>       smtpmail-default-smtp-server      "your.smtp.server.here"
>       smtpmail-smtp-service             "smtp"
>       sendmail-program                  "MAIL_NOT_SENT"
>       smtpmail-debug-info               nil)
> 
> (load-library "smtpmail")
> 
> 
> 
> where you would of course replace "your.smtp.server.here" with the name of
> your actual smtp server.

So no user info should be provided?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]