-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Add Node Mailer Provider #24
Comments
Hey, can I pick this? |
@painotpi Sure! What you can do is copy the SendGrid provider and create a new folder for NodeMailer implementing the Attaching a short explanation on our docs https://docs.notifire.co/docs/community/create-provider (needs to be improved but a good start). |
@painotpi Just noticed that the Sorry for the confusion |
@scopsy No worries, I had started by cloning the template, should I redo it by copying an existing provider folder instead? |
@painotpi Yes, it's better to integrate it already to the monorepo. You can just copy the directory you cloned (without the .git file) and add it to the |
Closed by #32. |
What?
New Node Mailer Email Provider
Why?
To have the ability to use Node Mailer, smtp as a provider.
How?
Add new provider based on this guide
Usage
Example for Node Mailer provider registration using smtp, need to be finalized.
The text was updated successfully, but these errors were encountered: