xhit/go-simple-mail

Mail Error on smtp dial: EOF

Ahmad-mufied opened this issue · 3 comments

Mail Error on smtp dial: EOF

The error appears while executing this line code :

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

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

Seems an error in the SMTP server.

Can you share a complete code to confirm that?

xhit commented

Close due is not a package problem.