sendGrid
Creator: Graeme Leighfield (gelstudios)
About sendGrid
This will send emails via sendGrid. Get a free account to route up to 400 emails per day. This is meant as a replacement for formItAutoResponder, albiet currently with less options.
Created due to certain mail services sending authorised mail to spam, Regardless. Highly annoying! Ensure that your visitors get your autoresponders/emails by sending through sendGrid.
Free to use by anyone - Donated to the MODX community by GEL Studios Ltd.
We love MODX, and we hope you do too!
Information
Released
February 22, 2015
Supported Database
MySQL, SQL Server
License
GPLv2
Supported Versions
2.2 - <2.3
Downloads
1,356
Instructions
Usage
You need to have a basic free sendGrid account in order to use this extra.
The first step is to enter your sendGrid username and password into the two system settings, that can be found under send grid.
sendGrid Properties
Call in your FormIt hooks settings. i.e [[!FormIt? &hooks=`sendGrid`]]
- &sgTpl = The name of the chunk you wish to use to render your content. Required
- &sgFrom = Email address from. Defaults to system setting emailsender
- &sgTo = Email address of receipient. Defaults to email field
- &sgToName = Name of the person reciving the email. Defaults to name field
- &sgFromName = Name of the sender of the email. Defaults to site_name
New in 1.0.1-pl
Change log for sendGrid
sendGrid 1.0.1 ---------------------------------
- Packaged with my component
- Added sendgrid username and password in as system settings
- Made snippet static
sendGrid 1.0.0 ---------------------------------
- Initial Version