jordan-wright / email

Robust and flexible email library for Go
MIT License
2.65k stars 321 forks source link

How to send email with attachment without smtp auth #74

Open shamimgeek opened 5 years ago

shamimgeek commented 5 years ago

Help needed. How to send email with attachment without smtp auth ? I want to pass only smtpserver with port

shamimgeek commented 5 years ago

i managed to get it working without smtp auth with below.

err := e.Send("smtphost:25", nil)