lukencode / FluentEmail

All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.

Home Page:https://lukelowrey.com/dotnet-email-guide-2021/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can we change the content type of the email?

VictorioBerra opened this issue · comments

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?