-
Notifications
You must be signed in to change notification settings - Fork 1
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
handle SES From address verification and requesting production access from Amazon #9
Comments
For the purposes of your course the local-SMTP method is probably simplest and most expedient, however as a general solution SES seems worthwhile to implement at a later time. The other items remaining on the TODO list seem to be a higher priority in my mind, but let me know what you think. |
Yes, sounds fine to me. Ryan, I'll probably just write a script that sends On Sun, Oct 19, 2014 at 9:36 AM, Aaron Culich [email protected]
|
That'd work, though if you want it to be part of provision.py you can use Ryan, from my phone
|
The email sending is decoupled from |
To send email via AWS SES (Simple Email Service) requires verification:
The sendcreds.py script currently just prints out the formatted message to the console, but doesn't actually handle sending the email right now since this is another layer of feature to add.
For the moment, if you want to replace the
ses.send_email()
part with a standard local-SMTP method that you already use, then feel free to update the code since both @paciorek and @BagOfMostlyWater have commit access to this repository.More info:
The text was updated successfully, but these errors were encountered: