diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-07-23 17:58:20 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-07-23 17:58:20 +0200 |
commit | 1f24519735d5413916962ff659d78b7333904e11 (patch) | |
tree | 4d723027b0228ac74cd6c36b51a3103dfd5145fd /etc | |
parent | 6ce2acdadb7467fbde01f3d0648acea158836614 (diff) | |
download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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'. |