inputlogic / django-api-starter

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

Add additional email API library support #112

Open mjreffel opened 2 years ago

mjreffel commented 2 years ago

Add in additional email API support

This would allow a client to choose from multiple email clients and not be so restricted

Current setup allows for SMTP which doesn't really support email attachments but email API integrations open up more options and allow more libraries to be used

Currently implemented in Permission slip are Postmark email API and Mailchimp email API both supporting attachments.