xhit / go-simple-mail

Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.
MIT License
650 stars 102 forks source link

How to load template from *.eml? #110

Closed crazyhulk closed 2 months ago

crazyhulk commented 2 months ago

I can not find a example to do it.

Thx.

xhit commented 2 months ago

This package doesn't support direct EML parsing. But you can use https://github.com/OfimaticSRL/parsemail and create the email to send it with go-simple-mail

crazyhulk commented 2 months ago

This package doesn't support direct EML parsing. But you can use https://github.com/OfimaticSRL/parsemail and create the email to send it with go-simple-mail

Thx