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/ auth sending emails using nodemailer #37

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

aymanshalaby55
Copy link

No description provided.

@aymanshalaby55 aymanshalaby55 linked an issue Oct 5, 2024 that may be closed by this pull request
Copy link

netlify bot commented Oct 5, 2024

Deploy Preview for disworse failed.

Name Link
🔨 Latest commit 8932acf
🔍 Latest deploy log https://app.netlify.com/sites/disworse/deploys/67015d1b3db0190008fc7d85

Copy link

netlify bot commented Oct 5, 2024

Deploy Preview for disworse ready!

Name Link
🔨 Latest commit 7fda8c4
🔍 Latest deploy log https://app.netlify.com/sites/disworse/deploys/6713b1154fca290008aeda39
😎 Deploy Preview https://deploy-preview-37--disworse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@aymanshalaby55
Copy link
Author

aymanshalaby55 commented Oct 17, 2024

this is the starting implementation of nodemailer it only contains one method for now to send emails
I have used strategy design pattern to implement the mail module in case we want to use other packages or services.
why didn't we use @nestjs/mailer package?
it has some variability issues in production
nest-modules/mailer#1196
nest-modules/mailer#1021 -> this one was solved...

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.

Auth: Sending Emails
2 participants