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

Any ways to convert Message to stream #385

Open umer990 opened 5 months ago

umer990 commented 5 months ago

I am looking forward to generate email and make it as so to save as file. Is there any way to convert Email object to memory stream.

Thanks,Umer