Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elusivemind/sendgrid_integration_elusivemind
Allows mail functions of Backdrop CMS to be handled by the SendGrid service.
https://github.com/elusivemind/sendgrid_integration_elusivemind
backdrop backdropcms email sendgrid sendgrid-api sendgrid-integration
Last synced: 2 days ago
JSON representation
Allows mail functions of Backdrop CMS to be handled by the SendGrid service.
- Host: GitHub
- URL: https://github.com/elusivemind/sendgrid_integration_elusivemind
- Owner: ElusiveMind
- License: gpl-2.0
- Created: 2023-10-05T18:19:59.000Z (about 1 year ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2023-10-10T09:46:08.000Z (about 1 year ago)
- Last Synced: 2024-07-30T17:16:23.010Z (4 months ago)
- Topics: backdrop, backdropcms, email, sendgrid, sendgrid-api, sendgrid-integration
- Language: PHP
- Homepage: https://backdropcms.org/project/sendgrid_integration
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
SendGrid Integration Module
---------------------------This project is not affiliated with SendGrid, Inc. If you want more info about
SendGrid services, contact [SendGrid](https://sendgrid.com).This module uses a wrapper library for the SendGrid API. At the moment the
wrapper library is for V2 of the API. V3 upgrade is being developed.Installation
------------1. Navigate to Functionality Tab and enable SendGrid Integration in the Mail category.
2. Configure your SendGrid API-Key in admin/config/services/sendgrid
3. Confirm that the mail system is setup to use SendGrid for how you wish to run
you website. If you want it all to run through SendGrid then you set the
System-wide default MailSystemInterface class to "SendGridMailSystem".Documentation
------------Additional documentation is located in [the Wiki](https://github.com/backdrop-contrib/sendgrid_integration/wiki/Documentation).
Issues
------Bugs and feature requests should be reported in [the Issue Queue](https://github.com/backdrop-contrib/sendgrid_integration/issues).
Current Maintainers
-------------------- [Michael R. Bagnall](https://github.com/ElusiveMind).
Credits
-------- Ported to Backdrop CMS by [Michael R. Bagnall](https://github.com/ElusiveMind).
- Original Maintainers on Drupal.org
- [taz77 - Brady](https://github.com/taz77)
- [Henri Hirvonen](https://github.com/exlin)
- [wkfijenkins](https://github.com/wkfijenkins)
- [Hailong](https://github.com/Hailong)
- [Dave Hansen-Lange](https://github.com/dalin-)License
-------This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.