neon-jungle / wagtail-birdsong

Create, send, preview, edit and test email campaigns from within Wagtail
BSD 3-Clause "New" or "Revised" License
103 stars 27 forks source link

request for a feature: SendGrid Email Backend #9

Open hazho opened 3 years ago

hazho commented 3 years ago

It'll be great to add SendGridMail to the list of the backends, as it is easy and got the free tier/plan that could be suitable for most of the clients.

has a great dashboard(I didn't test or see other Email service providers to compare) https://app.sendgrid.com/

glanzel commented 3 years ago

If doing so i would suggest to use anymail (https://github.com/anymail/django-anymail) as they include severall service mail provider. (The free 100 SendGrid Email a day wont fullfill my needs for example)

bruecksen commented 1 year ago

@glanzel @seb-b what would be needed to integrate django-anymail? Wouldn't it just work out of the box using the anymail mail backend or am I missing something here?