table of contents
AERC-SMTP(5) | File Formats Manual | AERC-SMTP(5) |
NAME¶
aerc-smtp - SMTP configuration for aerc(1)
SYNOPSIS¶
aerc implements the SMTP protocol as specified by RFC 5321.
CONFIGURATION¶
Basic SMTP configuration may be done interactively with the :new-account command.
In accounts.conf (see aerc-accounts(5)), the following SMTP-specific options are available:
outgoing = <scheme>[+<auth>]://<username>[:<password>]@<hostname>[:<port>]?[<oauth2_params>]
The value of <scheme> can be:
smtp
smtp+insecure
smtps
Additionally, you can specify an authentication mechanism like so:
none
plain
login
oauthbearer
xoauth2
outgoing-cred-cmd = <command>
Example:
smtp-domain = <domain>
Default: localhost
SEE ALSO¶
AUTHORS¶
Originally created by Drew DeVault and maintained by Robin Jarry who is assisted by other open source contributors. For more information about aerc development, see https://sr.ht/~rjarry/aerc/.
2024-07-29 |