1.0.2releasedEmail SendGrid

Use SendGrid to send email

Clone URLhttps://github.com/DeuxHuitHuit/email_sendgrid.git

Add as a submodulegit submodule add https://github.com/DeuxHuitHuit/email_sendgrid.git extensions/email_sendgrid --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNoNoNo1.0.21.0.21.0.21.0.21.0.21.0.21.0.21.0.21.0.21.0.21.0.21.0.2

Readme

SendGrid Email Gateway

Summary

Uses Symphony's core email API to send emails via SendGrid's web API (https://sendgrid.com).

Usage

Once installed go to System > Preferences and fill in your SendGrid API Key. Under "Email Gateway" choose "SendGrid" to use this extension as your default email gateway.

Credits

This is pretty much a copy of the AWS SES Gateway

Version history

Symphony 2.6.x to 2.x.x

  • Sanitize configuration values before output

Symphony 2.6.x to 2.x.x

  • Fix bug where plain text would replace html (#1)

Symphony 2.6.x to 2.x.x

  • Initial version