go-gomail / gomail

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

How to use from name??? #84

Closed IftekherSunny closed 7 years ago

IftekherSunny commented 7 years ago

I used this [ m.SetAddressHeader("From", "info@example.com", "Example") ] but when I send an email to my mailbox, I saw info as from name instead of Example!!!