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

ContentID is ignored for B64Data/FilePath files #111

Open renom opened 2 months ago

renom commented 2 months ago

Field ContentID should be set in the struct: https://github.com/xhit/go-simple-mail/blob/master/attach.go#L129-L134 https://github.com/xhit/go-simple-mail/blob/master/attach.go#L145-L150