-
Notifications
You must be signed in to change notification settings - Fork 433
Sending text & html email content in body #779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not implemented as far as I know. |
Looks like you'd have to encode the body as mime rather than json - https://learn.microsoft.com/en-us/graph/api/user-post-messages?view=graph-rest-1.0&tabs=http#request-body |
Yes but O365 should do it for you if you provide a text and html with different content (which is not possible right now with O365). |
I agree. I have a tendency to write my thoughts as a reminder for when coming back to it later. I'll look to create a PR on it at some point. Do we always want to send a mime encoded body, or make it optional? |
I think it should be optional. |
I'll do some research |
Hi all,
Wondering if anyone has sent both the
text
ANDhtml
versions of an email usingmessage.send()
. It would appear in the docs MimeMessages that you can, however can't see where we could in the library.Any ideas would be much appreciated, thanks.
The text was updated successfully, but these errors were encountered: