Documentation
¶
Overview ¶
Package smtp sends MIME-formatted emails via SMTP.
Credentials are provided by most electronic mail box hosting services. The common ones:
- Gmail App Passwords: <https://myaccount.google.com/apppasswords> Requires two-factor authentication enabled on your Google account.
Index ¶
Constants ¶
View Source
const ( MailerName = "smtp" EnvironmentServer = "SMTP_HOST" EnvironmentPort = "SMTP_PORT" EnvironmentUsername = "SMTP_USERNAME" EnvironmentPassword = "SMTP_PASSWORD" EnvironmentTestTo = "SMTP_TEST_TO" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.