Is your feature request related to a problem?
SMTP is not configured in staging and production, preventing the app from sending emails like magic links and notifications.
Describe the solution you'd like
Set up AWS SES (Simple Email Service) in both staging and production for reliable email functionality.
Steps:
- Create & Configure AWS SES
- Generate SMTP Credentials
- Configure Environment Variables
Original issue
Describe the current behavior
Right now, SMTP is not configured in staging and production, so the app cannot send emails (magic links, notifications, etc.).
Describe the enhancement you'd like
Set up AWS SES (Simple Email Service) in both staging and production so the application can send emails reliably.
Steps:
- Create & Configure AWS SES
- Generate SMTP Credentials
- Configure Environment Variables
Is your feature request related to a problem?
SMTP is not configured in staging and production, preventing the app from sending emails like magic links and notifications.
Describe the solution you'd like
Set up AWS SES (Simple Email Service) in both staging and production for reliable email functionality.
Steps:
Original issue
Refrence Issue: #115 (comment)
Describe the current behavior
Right now, SMTP is not configured in staging and production, so the app cannot send emails (magic links, notifications, etc.).
Describe the enhancement you'd like
Set up AWS SES (Simple Email Service) in both staging and production so the application can send emails reliably.
Steps: