-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Is this feature already requested?
- I have checked "open" and "closed" issues, and this is not a duplicate.
Problem or Missing Functionality
The current system cannot send emails to subscribers, which blocks newsletters and notifications from reaching users. It also lacks unsubscribe options and proper email authentication. This feature will add email sending capabilities with reliable delivery and unsubscribe support.
Feature Description
This feature will enable the backend to send emails using an SMTP server (like Gmail or SendGrid) for newsletters and notifications. It will include authentication (SPF, DKIM, DMARC) to avoid spam issues and add unsubscribe options for users.
Screenshots
No response
Would you like to work on this feature?
Yes
Implementation Plan
The feature will be implemented by integrating an SMTP service to enable email sending. We will develop a service for composing and sending emails, add an unsubscribe option for users, and set up a retry mechanism for failed attempts. After testing the functionality, the feature will be deployed to the production environment, with ongoing monitoring for delivery reliability.