summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2012-09-04 18:00:10 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2012-09-04 18:00:10 +0200
commit8ce192e317f321834851e31571833f33aa332aa2 (patch)
tree66cd06bf09eced3672faeb86eb0fa90546e52f76 /etc
parent6ec9a5a7b5efb129807f567709ca858211ed7840 (diff)
downloademacs-8ce192e317f321834851e31571833f33aa332aa2.tar.gz
Have smtpmail.el prefer the From: header for the MAIL FROM envelope
* mail/smtpmail.el (smtpmail-send-it): Prefer the From: header over `user-mail-address' for the SMTP MAIL FROM envelope. (smtpmail-via-smtp): Ditto.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a2d0ffe232c..16e078fa639 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1403,6 +1403,10 @@ If you had that set, you need to put
in your ~/.authinfo file instead.
+*** SMTPmail defaults to using the address in the From: header as the
+SMTP MAIL FROM envelope. To override this, set `mail-envelope-from'
+to the address you wish to use instead.
+
** SQL mode
*** New options `sql-port', `sql-connection-alist', `sql-send-terminator',