alexgaribay / sendgrid_elixir

Create and send composable emails with Elixir and SendGrid.
MIT License
86 stars 44 forks source link

Upgrade to SendGrid v3 Web API #4

Closed thinkingserious closed 8 years ago

thinkingserious commented 8 years ago

https://sendgrid.com/docs/Classroom/Send/v3_Mail_Send/how_to_migrate_from_v2_to_v3_mail_send.html https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html

Thanks!

alexgaribay commented 8 years ago

Thanks for the heads up. The new send API looks great and looks way more developer friendly (easier for me to maintain!). And I'm glad there's a sandbox mode 👍!

alexgaribay commented 8 years ago

New API committed in v1.0.0 👍