backdrop-ops / contrib

Apply to join the contributed code developer team.
23 stars 16 forks source link

Port request for SendGrid Integration #461

Open sillygwailo opened 3 years ago

sillygwailo commented 3 years ago

Name of the module, theme, or layout

SendGrid Integration

Link to the drupal.org module, theme, or layout

https://www.drupal.org/project/sendgrid_integration

Note that this will have to be ported from the dev version, as the 7.x-1.3 release is not necessarily functional. It needs to incorporate https://www.drupal.org/project/sendgrid_integration/issues/3087513 which evidently is in the dev release.

The impetus for this request is SendGrid's announcement to move to API keys instead of Basic Authentication and uncertainty as to whether the SMTP module method documented by SendGrid works.

Backdrop Contrib already have the optional modules it could use:

It will require the following library: https://github.com/taz77/sendgrid-php-ng

joelsteidl commented 3 years ago

I've started work on the port. https://www.drupal.org/project/sendgrid_integration/issues/3220145

I hope to get this up on Github before long, but feel free to reach out if you want to test my WIP.