sendgrid-rails
sendgrid-rails copied to clipboard
use Web API rather than SMTP
SMTP is a very chatty protocol (read: slow). It would be great to make use of Web API, just like mailgun_rails.
Would you submit a pull request for this?