Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Add Support for SMTP Server #96

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

rbiro
Copy link
Contributor

@rbiro rbiro commented Oct 9, 2018

Don't actually merge this. The tests haven't been updated and I don't like the way the smtp code has been hooked in.

This code allows the use of an SMTP server instead of SES to forward the email. AWS and Google are not playing nice currently and Google is bouncing a lot of email coming through AWS. Since most of our mail forwarding goes to Google, this is a problem for us. I've modified the code to use authenticated SMTP and log into gmail, so we can reliably send mail to gmail.

This totally violates the purpose of an SES forwarder, but is still useful. So I wanted to gauge interest to see if I should clean up the changes and submit them for as a real pull request.

--------- BEGIN META VARIABLES --------
Project :
Task :
Done :
--------- END META VARIABLES --------
--------- BEGIN META VARIABLES --------
Project :
Task :
Done :
--------- END META VARIABLES --------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant