summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-07-23 17:58:20 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-07-23 17:58:20 +0200
commit1f24519735d5413916962ff659d78b7333904e11 (patch)
tree4d723027b0228ac74cd6c36b51a3103dfd5145fd /etc
parent6ce2acdadb7467fbde01f3d0648acea158836614 (diff)
downloademacs-1f24519735d5413916962ff659d78b7333904e11.tar.gz
emacs-1f24519735d5413916962ff659d78b7333904e11.tar.bz2
emacs-1f24519735d5413916962ff659d78b7333904e11.zip
Allow storing SMTP variables when queueing mail
* doc/misc/smtpmail.texi (Queued delivery): Document it (bug#49709). * lisp/gnus/message.el (message-multi-smtp-send-mail): Store variables. * lisp/mail/smtpmail.el (smtpmail-queue-mail): Mention it. (smtpmail-store-queue-variables): New variable. (smtpmail-send-it): Store SMTP variables if requested. (smtpmail-send-queued-mail): Restore variables.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c7249456ff6..7d082f68e98 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1144,6 +1144,11 @@ take the actual screenshot, and defaults to "ImageMagick import".
** Smtpmail
+++
+*** New user option 'smtpmail-store-queue-variables'.
+If non-nil, SMTP variables will be stored in the queue and then used
+when sending with 'M-x smtpmail-send-queued-mail'.
+
++++
*** Allow direct selection of smtp authentication mechanism.
A server entry retrieved by auth-source can request a desired smtp
authentication mechanism by setting a value for the key 'smtp-auth'.