ews icon indicating copy to clipboard operation
ews copied to clipboard

Could I send email in html type?

Open na1k3 opened this issue 3 years ago • 1 comments

Hi there! Question up here. Thank you!

na1k3 avatar Jun 23 '22 11:06 na1k3

sorry for late response ...

according to docs of ews, you can https://docs.microsoft.com/en-us/exchange/client-developer/web-service-reference/bodytype-bodytypetype

You can use code as the following and set the body type to HTML

https://github.com/mhewedy/ews/blob/master/ewsutil/send_email.go#L8:L27

You also welcome to submit a PR for a utility method in ewsutil to allow send HTML emails

mhewedy avatar Aug 26 '22 15:08 mhewedy