inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Support Postmark as well as SendGrid #79

Closed staydecent closed 4 years ago

staydecent commented 4 years ago

configurable via an ENV VAR: EMAIL_PROVIDER = 'sendgrid' | 'postmark'

Or if we just use SMTP, then the ENV VARS are generic anyway...