Prakash Subramani
Prakash Subramani

Reputation: 716

how to add custom mail adapter for parse server?

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

Answers (2)

Macarthur
Macarthur

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

Prakash Subramani
Prakash Subramani

Reputation: 716

I have achieved this by using simple-parse-smtp-adapter.

Reference https://github.com/lcortess/simple-parse-smtp-adapter

Upvotes: 1

Related Questions