This plugin sends emails through SendGrid using their API.
This plugin is for phplist 3.3.2 or later and requires php version 5.6 or later.
It also requires CommonPlugin version to be enabled, and the php curl extension to be installed.
Install through the Plugins page (menu Config > Manage Plugins) using the package
URL https://github.com/bramley/phplist-plugin-sendgrid/archive/master.zip
.
The installation should create
- the file SendGridPlugin.php
- the directory SendGridPlugin
##Usage##
For guidance on using the plugin see the plugin's page within the phplist documentation site https://resources.phplist.com/plugin/sendgrid
Please raise any questions or problems in the user forum https://discuss.phplist.org/.
This plugin is free but if you install and find it useful then a donation to support further development is greatly appreciated.
version Description
1.4.1+20220214 Handle unsubscribe events in the webhook
1.4.0+20220214 Add webhook to process bounces
1.3.1+20190213 Ensure that multi-curl calls are completed
1.3.0+20190129 Use the SendGrid Web API v3
1.2.0+20181130 Use the phpList\plugin\Common\MailSender class to send emails
1.1.0+20170213 Integrate with phplist 3.3.0 to send emails
1.0.0+20160615 Initial release