go-gomail / gomail

The best way to send emails in Go.
MIT License
4.34k stars 574 forks source link

Save as .eml file #171

Open sebyno opened 2 years ago

sebyno commented 2 years ago

Is there any way to create an email and,instead of sending it with SMTP or so, saving the email on disk in .eml format so another software take care of sending it?

Thanks