Send email to an SMTP server.
| Data | Description | Links |
|---|---|---|
| SmtpAuthenticators | Accepted authentication methods | |
| SmtpCapFlags | Flags, e.g. SMTP_CAP_STARTTLS |
| Function | Description | Links |
|---|---|---|
| mutt_smtp_send() | Send a message using SMTP | |
| smtp_auth_gsasl() | Authenticate using SASL | SmtpAuth::authenticate(), smtp_authenticate |
| smtp_auth_is_valid() | Check if string is a valid smtp authentication method | |
| smtp_auth_login() | Authenticate using plain text | SmtpAuth::authenticate(), smtp_authenticate |
| smtp_auth_oauth() | Authenticate an SMTP connection using OAUTHBEARER | SmtpAuth::authenticate(), smtp_authenticate |
| smtp_auth_oauth_xoauth2() | Authenticate an SMTP connection using OAUTHBEARER/XOAUTH2 | |
| smtp_auth_plain() | Authenticate using plain text | SmtpAuth::authenticate(), smtp_authenticate |
| smtp_auth_sasl() | Authenticate using SASL | SmtpAuth::authenticate(), smtp_authenticate |
| smtp_auth_xoauth2() | Authenticate an SMTP connection using XOAUTH2 | SmtpAuth::authenticate(), smtp_authenticate |
| smtp_authenticate() | Authenticate to an SMTP server | |
| smtp_code() | Extract an SMTP return code from a string | |
| smtp_data() | Send data to an SMTP server | |
| smtp_fill_account() | Create ConnAccount object from SMTP Url | |
| smtp_get_auth_response() | Get the SMTP authorisation response | |
| smtp_get_field() | Get connection login credentials | ConnAccount::get_field(), conn_account_get_field |
| smtp_get_resp() | Read a command response from the SMTP server | |
| smtp_helo() | Say hello to an SMTP Server | |
| smtp_open() | Open an SMTP Connection | |
| smtp_rcpt_to() | Set the recipient to an Address | |
| valid_smtp_code() | Is the is a valid SMTP return code? |