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

feat: refactor reminder email service to use nodemailer instead of AWS SES #1006

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

helloanil
Copy link
Contributor

What Github issue does this PR relate to? Insert link.

What should the reviewer know?

Copy link
Contributor

@ericbolikowski ericbolikowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, as long as this is tested let's merge this baby

Copy link
Contributor

@katamatata katamatata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @helloanil. I left a couple of comments. Otherwise, it looks good to me.

console.log('Email sent successfully')
} catch (err) {
console.error('Error sending email:', err)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The params and the try ... catch code repeat in multiple places. It would be nice to extract this logic into a helper method at some point.

@katamatata katamatata merged commit 32a30bd into master Jan 29, 2025
1 check passed
@katamatata katamatata deleted the nodemailer-aws-replace branch January 29, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done & Deployed
Development

Successfully merging this pull request may close these issues.

3 participants