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.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | No | No | No | No | No | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.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