You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of SMTP mail accounts.
Each element should be a cons cell whose first element is a symbol label for the account,
and whose second element is a list containing the following items in order:
Username - the value to use for ‘smtpmail-smtp-user’ (which see)
Server - the value to use for ‘smtpmail-smtp-server’
Port - the value to use for ‘smtpmail-smtp-service’
MAIL FROM - if non-nil then ‘mail-specify-envelope-from’ will be set to t,
and ‘mail-envelope-from’ will be set to this value (either a mail
address string, or the symbol ’header).
Stream type - the value to use for ‘smtpmail-stream-type’
STARTTLS key - location of client key to use for STARTTLS authentication, or nil if none used
(this is used to set the ‘smtpmail-starttls-credentials’ variable)
STARTTLS certificate - location of certificate to use for STARTTLS authentication, or nil if none used
(this is used to set the ‘smtpmail-starttls-credentials’ variable)
Local hostname - the value to use for ‘smtpmail-local-domain’.
smtpmail-multi-associations:
The first element of each item in the list is used to indicate whether the mail matches this the item or not.
It can be either a string to match the "From" header, a cons cell whose car is a header name and whose cdr
is a string to match that header, or a function to be called from within the mail buffer and which should return
true if the mail matches.
The subsequent elements of the list item are symbols indicating which smtp accounts to try (see ‘smtpmail-multi-accounts’).
These different smtp accounts will be tried sequentially until the mail is successfully sent.
are a bit meaningless (at least for me). Would it be possible to provide examples?
The text was updated successfully, but these errors were encountered:
The documentations of the variables:
smtpmail-multi-accounts
:smtpmail-multi-associations
:are a bit meaningless (at least for me). Would it be possible to provide examples?
The text was updated successfully, but these errors were encountered: