forwardemail / email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
https://forwardemail.net/docs/send-emails-with-node-js-javascript
MIT License
3.64k stars 339 forks source link

Sending a Calendar Invite #417

Closed vikalpjain closed 3 years ago

vikalpjain commented 3 years ago

I need to send a calendar invite. I'm using nodemailer for transportation. From whatever I read, I'm supposed to generate an iCal file and then attach it to the mail. I'm also supposed to add some extra information in headers so that Gmail/Outlook understand that there is an even attached. How do I achieve this using email-templates? I did not find a way to attach an iCal or options to change header. Any example will be great help.

niftylettuce commented 3 years ago

https://nodemailer.com/message/calendar-events/