What kind of change does this PR introduce (check at least one)
[ ] Bugfix
[ ] Improvement
[x] New feature
[ ] Refactor
[x] Infrastructure
[ ] Other (please specify)
How would you describe the changes in a changelog (1-2 lines)?
Added email notification system using AWS SES for user registration with welcome email functionality, and implemented infrastructure for future email notification scenarios.
Related Issues/PRs (optional)
Sending OTP and Forget Password mail is done by cognito in PR #113
How to test
Register a new user in the system
Verify welcome email is received after successful registration
Check email content matches the defined template
Verify email is sent from correct sender address (no-reply@bloodconnect.net)
Fixes #76
What kind of change does this PR introduce (check at least one)
How would you describe the changes in a changelog (1-2 lines)?
Added email notification system using AWS SES for user registration with welcome email functionality, and implemented infrastructure for future email notification scenarios.
Related Issues/PRs (optional)
How to test
Checklist
Deploy risk & follow up