Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Send emails on failed or successful builds to package uploaders #85

Open
adam-singer opened this issue Aug 21, 2014 · 5 comments
Open

Comments

@adam-singer
Copy link
Owner

A simple way this could be managed is via http://sendgrid.com/ free account or upgraded paid account. I dont think we will reach the limits of email at the moment. Benefits of sendgrid is they can manage the subscribe/unsubscribe for the user. We would just need to fire off the message.

@sethladd
Copy link
Collaborator

Can't we send an email via some API in google cloud?

@adam-singer
Copy link
Owner Author

Good call, didn't even think gmail api was available, should be able to get something going based on the following sample https://developers.google.com/gmail/api/quickstart/quickstart-java. This might require a new client api to be generated, gmail is newer then the last time the google client apis were generated. Martin is still refactoring the old generator, not sure if its ready for prime time. https://discovery-check.appspot.com/docs/ gmail api should available from discovery api 👍

@adam-singer
Copy link
Owner Author

ok, scratching the surface of gmail/api might only be available to clients. Hopefully dont have do some hoops to get a user token to send emails. I'll try and use it from the server as the clientid as the client. In general the google cloud suggestion is to use sendgrid https://developers.google.com/compute/docs/sending-mail

@sethladd
Copy link
Collaborator

oh, well then, by all means use sendgrid :)

@butlermatt
Copy link

/sub

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants