By McKennaK on
Does anyone use SendGrid on their site for email and if so, has anyone used SendGrid to create a subscription option? I was told they don't have a widget or module for it yet like they do on Wordpress.
Thank you!
Does anyone use SendGrid on their site for email and if so, has anyone used SendGrid to create a subscription option? I was told they don't have a widget or module for it yet like they do on Wordpress.
Thank you!
Comments
Universal Sendgrid Widget
There is a universal Sendgrid subscription widget that can be added to any site, including Drupal, if you know how to insert a few lines of HTML:
https://sgwidget.com/
You can read about it on the Sendgrid blog: sendgrid.com/blog/building-a-sendgrid-subscription-widget/
Symfony mailer
With symfony mailer, you can use Sendgrid as sending transport as described here https://www.drupal.org/project/sendgrid_integration/issues/3256519.
That way you just use default contact form
http://www.valthebald.net