jordan-wright / email

Robust and flexible email library for Go
MIT License
2.61k stars 324 forks source link

How do I add attachments to the body #153

Open sicuni opened 1 year ago

sicuni commented 1 year ago

How do I add attachments to the body? I have a PDF file that I would like to add to the body display. Don't know how?

xuanlongvts commented 1 year ago

The same issue, how do i attachments some images to the body?

avary commented 6 months ago

Attaching a File e := NewEmail() e.AttachFile("test.txt") <<--- this dosn't work?