Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Conversation

@chipbell4
Copy link
Contributor

Adding support for SMTP-based email sending. Currently using the following environment variables:

  • SMTP_HOST The host to connect to for sending the email
  • SMTP_USER The user to login to the email server with
  • SMTP_PASSWORD The password to authenticate with the SMTP server
  • SMTP_FROM_USER The mail-from user to use for sending emails

Will attempt to use SMTP if possible, but will fallback to gmail if
needed
For STMP sending, we have to have the correct from address. However
gmail ignores this value for some reason, hence the dummy value. So, if
the value is defined we'll use it. If it isn't, we default to the old
dummy value.
@chipbell4 chipbell4 merged commit f44501c into develop Mar 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants