Skip to content

feat: add domain email setup#128

Closed
wyatthunter2102-wq wants to merge 1 commit intomainfrom
Feat_EmailSetup
Closed

feat: add domain email setup#128
wyatthunter2102-wq wants to merge 1 commit intomainfrom
Feat_EmailSetup

Conversation

@wyatthunter2102-wq
Copy link
Copy Markdown
Collaborator

Summary

This PR implements domain-based email functionality using AWS SES and integrates email sending into the application.

Changes

  • Added AWS SES domain email configuration
  • Implemented EmailSender service using SMTP (MailKit)
  • Integrated email logic into UserService
  • Added required SMTP configuration to app settings
  • Updated UI where needed for email-related flows

AWS Domain Setup

Configured domain verification and DKIM for SES:

CNAME Records: Email or text Wyatt Hunter for them. Or go to Domain's location

SPF Record: Email or text Wyatt Hunter for them. Or go to Domain's location

Email Configuration

"Email": {
  "From": "noreply@culinary-command.com",
  "SmtpHost": "email-smtp.us-east-2.amazonaws.com",
  "SmtpPort": 587,
  "SmtpUser": "***********************",
  "SmtpPass": "********"
}
^^^^ Email or text Wyatt Hunter SmtpUser and SmtpPass. 

@rrrockey rrrockey closed this Apr 2, 2026
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.

3 participants