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

Mail Error on smtp dial: EOF #74

Closed Ahmad-mufied closed 1 year ago

Ahmad-mufied commented 1 year ago

The error appears while executing this line code :

// SMTP client smtpClient,err := server.Connect()

if err != nil{
    log.Fatal(err)
}
xhit commented 1 year ago

Seems an error in the SMTP server.

Can you share a complete code to confirm that?

xhit commented 1 year ago

Close due is not a package problem.