Reputation: 716
I'm new to node.js
application. I'm working on parse migration. In that application i need to use justhost
smtp settings for mailer.
How can i achieve this?
Any help appreciated.
Upvotes: 0
Views: 1400
Reputation: 76
Also you can use this module is really easy to use and also you can use it to multi language mails.
Hope that can help you. 😁👌
https://github.com/macarthuror/parse-smtp-template
Upvotes: 1
Reputation: 716
I have achieved this by using simple-parse-smtp-adapter
.
Reference https://github.com/lcortess/simple-parse-smtp-adapter
Upvotes: 1