go-gomail / gomail

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

Crashes due to "index out of range" error. #41

Closed ishail closed 9 years ago

ishail commented 9 years ago

Hi, This library crashes at writeto.go file line no: 164 with error "panic: runtime error: index out of range". I would suggest to return from 'writeStrings' functions if len(a) <= 0.