We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Using boto, it would be cool to be able to send notifications using AWS SES directly : http://boto.readthedocs.org/en/latest/ses_tut.html#sending-an-email
The text was updated successfully, but these errors were encountered:
I've added some initial work there : https://github.com/magnetik/graphite-beacon/compare/ses-handler
This needs to be asynchronous-ed I guess, but it's far beyond my python capabilities.
Another approach would be to get temporary SMTP credentials through boto and http://blog.celingest.com/en/2014/02/12/new-ses-endpoints-creating-ses-credentials-iam-users/
Sorry, something went wrong.
No branches or pull requests
Hi,
Using boto, it would be cool to be able to send notifications using AWS SES directly : http://boto.readthedocs.org/en/latest/ses_tut.html#sending-an-email
The text was updated successfully, but these errors were encountered: