scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Get mailhog or equivalent working with TLS so we can use mailhog in dev as a `provider` for email #61

Closed scanner closed 11 months ago

scanner commented 11 months ago

Basically want to be able to do local integration testing with sending email using mailhog as the destination for these emails. The biggest issue right now is I do not want any special case code turning of TLS or authentication for these tests.. so mailhog or whatever we use to replace it, has to support TLS.

scanner commented 11 months ago

main is now read-only and requires a pull request, with approvals, passing status, and branches be up to date before merging to main.