Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Multiple Email Clients #39

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ramanaditya
Copy link

  • Database is already built in a view to use multiple email clients like, sendgrid, amazon ses, mailgun etc.
  • But, on the Backend default connection is used which only uses the email client available in the env or settings
  • Added the get_campaign_connection function which uses the db object to accept the email client details, default is still env or settings
  • Used this function to get the new connection before sending mail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant