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

Change mailing implementation #219

Open
2 tasks
iamareebjamal opened this issue Sep 18, 2018 · 0 comments
Open
2 tasks

Change mailing implementation #219

iamareebjamal opened this issue Sep 18, 2018 · 0 comments
Assignees
Labels

Comments

@iamareebjamal
Copy link
Member

The current mailing implementation is too rigid and not robust.

The Link Mailing service is handling too much like templating and other things. Ideally, mail service should only care about mail and a wrapper above can be added to handle templating. Still, the rendering part should be handled by specific actors like attendance and notification email senders and not a common service

Also, there should be an option to use a mailing API like Postal to make it easy to track mails. A dynamic bean needs to be created which will return an implementation of basic mailing service based on availability of credentials and mailing API keys

  • Simplify mailing implementation
  • Add support for mailing APIs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant