(sendmail-send-it): Use user-mail-address.
This commit is contained in:
parent
b78ce8fbdb
commit
cbc9f037ea
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ the user from the mailer."
|
|||
;; they put one in themselves.
|
||||
(goto-char (point-min))
|
||||
(if (not (re-search-forward "^From:" delimline t))
|
||||
(let* ((login (user-login-name))
|
||||
(let* ((login user-mail-address)
|
||||
(fullname (user-full-name)))
|
||||
(cond ((eq mail-from-style 'angles)
|
||||
(insert "From: " fullname)
|
||||
|
|
Loading…
Add table
Reference in a new issue