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

Initial plugin setup and configuration #1

Closed
jkirkpatrick24 opened this issue Dec 17, 2020 · 0 comments · Fixed by #4
Closed

Initial plugin setup and configuration #1

jkirkpatrick24 opened this issue Dec 17, 2020 · 0 comments · Fixed by #4

Comments

@jkirkpatrick24
Copy link
Contributor

Connect nodemailer to mailgun

Outcome

  • a plugin that receives some configuration options for nodemailer (and eventually fastify-point-of-view)
  • that plugin decorates the fastify instance with a mail context object.
  • that context object has a sendMail method that can be invoked to send a test email to mailgun
  • does not need to be a configurable email yet

Considerations

  • transport (and all nodemailer config) needs to be injectable. Not everyone is going to be using mailgun!
@matthew-charles-chan matthew-charles-chan linked a pull request Dec 17, 2020 that will close this issue
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 a pull request may close this issue.

1 participant