diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-07-26 12:18:58 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-07-26 12:18:58 +0200 |
commit | 55a221c071b2239958df511a9048caa61711a93e (patch) | |
tree | 0ef6ff258dc72143e06de66215c27512e5ed24bd /etc | |
parent | 6216c7abd4cefd6245d29272d899490045cfdeff (diff) | |
download | emacs-55a221c071b2239958df511a9048caa61711a93e.tar.gz |
Add a NEWS item about smtpmail-servers-requiring-authorization
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1044,9 +1044,13 @@ restored when the file is visited. ** Smtpmail -Authentication mechanisms can be added via external packages, by +*** Authentication mechanisms can be added via external packages, by defining new 'cl-defmethod' of 'smtpmail-try-auth-method'. +*** To always force smtpmail to send credentials over on the first +attempt when communicating with the SMTP server(s), the +`smtpmail-servers-requiring-authorization' variable can be used. + ** Footnote mode *** Support Hebrew-style footnotes |