Skip to content

smtp_configure.go: do not use plainAuth when no user or password

Mathieu Clabaut requested to merge matclab/commento:smtpnoauth into master

Since https://github.com/golang/go/commit/701fa1c5ed8df2cde01487729c0e29c924e08050 golang fails when using plainAuth on a non TLS connection, which is not desirable when using no authentication at all.

closes #213

Merge request reports