justbaum30 / DriveMatch

Hack-a-thon project
1 stars 0 forks source link

Implement Email Notifications (API + Triggers) #1

Open jlegrone opened 10 years ago

jlegrone commented 10 years ago

Using the SendGrid API will allow for 25K emails/month free. See here for documentation: https://developers.google.com/appengine/articles/sendgrid

We should define triggers for sending an email for these situations: A) A user creates an event and invites friends with emails B) A guest signs up for an event C) A guest is added to a car (notify both guest & driver) D) Remind all users of their ride status a set time before the event

jlegrone commented 10 years ago

The sendgrid documentation link was working as of 2/26/14...

The docs appear to have moved here: https://developers.google.com/appengine/docs/python/mail/sendgrid#pricing