Skip to content

Instantly share code, notes, and snippets.

@lennartkoopmann
Created July 25, 2020 23:02
Show Gist options
  • Save lennartkoopmann/08f17aae9e119cf0d67533f2d0cc214d to your computer and use it in GitHub Desktop.
Save lennartkoopmann/08f17aae9e119cf0d67533f2d0cc214d to your computer and use it in GitHub Desktop.
{
type: email
enabled: false
# One of: SMTP, SMTPS or SMTP_TLS
transport_strategy: SMTP_TLS
host: smtp.example.org
port: 587
username: "your_username"
password: "your_password"
from: "nzyme <[email protected]>"
subject_prefix: "[NZYME]"
recipients: [
"Somebody <[email protected]>",
"Somebody Else <[email protected]>"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment