abdelrahman1 / parse-server-email-template-adapter

email adapter for sending templated emails in parse server
MIT License
2 stars 2 forks source link

How to use it With SendGrid Adapter? #1

Open emadehsan opened 6 years ago

emadehsan commented 6 years ago

Hello Abdelrahman!

Thank you for writing this module.

I see you have provided example for nodemailer etc. I want to know how can I configure this adapter with my existing ParseServer which uses SendGrid adapter for mail delivery?

abdelrahman1 commented 6 years ago

Thanks to you too, first i'm so sorry for the unorganized readme, currently this module only uses the main transport in Nodemailer for delivering messages which is SMTP. for more about its options you can check it here , and i will refrence it in the readme i think adding the SendGrid transport to this module would be a good feature to have,so i will work on adding it soon