ews
ews copied to clipboard
Could I send email in html type?
Hi there! Question up here. Thank you!
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