Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Created September 29, 2021 14:55
Show Gist options
  • Save GaetanoPiazzolla/32e5cac15d9ee57feb1e7862d36decf9 to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/32e5cac15d9ee57feb1e7862d36decf9 to your computer and use it in GitHub Desktop.
smtp:
host: "host.test.it"
port: "25"
auth: "true"
username: "username"
password: ${SMTP_PASSWORD}
email-from: "[email protected]"
email-from-name: "Name"
@GaetanoPiazzolla
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment