I want to send a meeting invite with HTML content using JavaMail
API.
The confusion for me is that for sending a mail as a meeting invite, I need to use content-type
text/calendar
& for sending a mail as an HTML
the content-type
to be used is text/html
.
However, in my case, I need to use both calendar and html, but I don't know how.
Request you guyz to please help me here.
Thanks, Ankan