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

Emailing solution #251

Closed
thejoeejoee opened this issue Nov 18, 2023 · 2 comments
Closed

Emailing solution #251

thejoeejoee opened this issue Nov 18, 2023 · 2 comments
Labels
👨‍💻 architecture project architecture and domain decisions 👨‍💻 backend backend related 🟰 bug Bug affecting the users

Comments

@thejoeejoee
Copy link
Member

thejoeejoee commented Nov 18, 2023

  • system does not send emails yet
  • allauth uses direct django mailer configuration
  • custom emails should be branded in custom templates
  • should be proposed as part of the notification system
  • think about reply address
@thejoeejoee thejoeejoee added 👨‍💻 architecture project architecture and domain decisions 👨‍💻 backend backend related 🟰 bug Bug affecting the users labels Nov 18, 2023
@thejoeejoee
Copy link
Member Author

  • deployed direct smtp connection for transactional emails
  • needs to be monitored for a while to solve all timeout issues

@thejoeejoee
Copy link
Member Author

solved with async mailer and usage of django-mailer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👨‍💻 architecture project architecture and domain decisions 👨‍💻 backend backend related 🟰 bug Bug affecting the users
Projects
None yet
Development

No branches or pull requests

1 participant