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? - solved! (but need help with "Mail F


From: Kevin Rodgers
Subject: Re: How to send a mail using smtp? - solved! (but need help with "Mail From:")
Date: Wed, 22 Dec 2004 10:58:45 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Bob Babcock wrote:
Kevin Rodgers <ihs_4664@yahoo.com> wrote in
32rnhkF3qqskdU1@individual.net:">news:32rnhkF3qqskdU1@individual.net:

Yes, there's a better way, since Emacs has anticipated your problems
and provided variables to solve them:

(setq user-full-name "My Name"
      user-mail-address "username@domain.net"
      mail-default-reply-to user-mail-address
      mail-from-style  'angles)


That's what happens when you migrate .emacs from release to release over a period of years; you end up with stuff that is no longer necessary. On the other hand, the above elisp (in emacs 20.3 rmail) doesn't insert the From: line until the mail is sent. I like to see it during message composition.

C-h v mail-default-headers

--
Kevin Rodgers


reply via email to

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