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

fix: use maildev for dev environment emails #613

Merged
merged 2 commits into from
Nov 10, 2020
Merged

Conversation

mantariksh
Copy link
Contributor

@mantariksh mantariksh commented Nov 10, 2020

Problem

nodemailer-direct-transport has been failing intermittently, preventing emails from being sent in the dev environment. Moreover, the package is not currently maintained and is not keeping pace with changes in nodemailer.

Solution

Add maildev to our dev environment. In addition to being a well-maintained package, this allows us to completely isolate our dev environment to our local machines.

Screenshots

OTP email

image

Response email

Screenshot 2020-11-10 at 7 51 11 PM

Attachments

image

Copy link
Contributor

@liangyuanruo liangyuanruo left a comment

Choose a reason for hiding this comment

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

Nice work, just be sure to test behavior of attachments and update documentation if you haven't.

@mantariksh mantariksh marked this pull request as ready for review November 10, 2020 11:55
@mantariksh mantariksh merged commit f1b19fb into develop Nov 10, 2020
@karrui karrui mentioned this pull request Nov 17, 2020
@karrui karrui deleted the fix/dev-email branch November 18, 2020 07:24
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.

2 participants