go-gomail / gomail

The best way to send emails in Go.
MIT License
4.3k stars 570 forks source link

Not supported calendar message? #147

Open jamesbecool opened 4 years ago

jamesbecool commented 4 years ago

How can i send a message with a calendar like outlook calendar?

dolanor commented 4 years ago

I guess you need to attach a .ics file? and maybe make some fancy HTML template so you can display the event detail in the mail as well?