Closed Bug 1525637 Opened 5 years ago Closed 5 years ago

SMTP access for the lando-api-worker [DEV] container

Categories

(Conduit :: Infrastructure, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mars, Assigned: ckolos)

References

Details

(Keywords: conduit-triaged)

The lando-api-worker [DEV] container needs access to a SMTP server so that the worker can send notification emails to Firefox developers.

All recipients of the emails from this service will have valid Mozilla LDAP entries. Bounces and complaints should be low. Emails will only be sent in the case of a Transplant service error so traffic is expected to be low, too.

For the "From:" address field it would be preferable to use the Phabricator return email address, mozphab-prod@mozilla.com. However we can use a different return address for this service if using the Phabricator address is difficult to do.

After the SMTP server has been deployed the [DEV] worker container needs to have some environment variables set.

  • unset this variable: MAIL_SUPPRESS_SEND
  • LANDO_WEBSITE_URL=https://lando.devsvcdev.mozaws.net/
  • MAIL_SERVER=some.mail.hostname
  • MAIL_PORT=somevalidsmtpportnumber

See the Lando API README for descriptions of these settings.

Keywords: conduit-triaged
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.