lukencode / FluentEmail

All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
https://lukelowrey.com/dotnet-email-guide-2021/
MIT License
3.04k stars 438 forks source link

How can we change the content type of the email? #307

Open VictorioBerra opened 2 years ago

VictorioBerra commented 2 years ago

Hello, regarding #101 we need to be able to change the email content type from multipart/mixed to multipart/related.

Is there an overload, or an option when building an email to specify this?

Could FLuentEmail perhaps set multipart/related when it seems an attachment with a ContentId set?