remove debug println
This commit is contained in:
@@ -196,7 +196,6 @@ func (emailer *Emailer) NewSMTP(server string, port int, username, password stri
|
|||||||
rootCAs = x509.NewCertPool()
|
rootCAs = x509.NewCertPool()
|
||||||
}
|
}
|
||||||
if certPath != "" {
|
if certPath != "" {
|
||||||
fmt.Println("RUN")
|
|
||||||
var cert []byte
|
var cert []byte
|
||||||
cert, err = os.ReadFile(certPath)
|
cert, err = os.ReadFile(certPath)
|
||||||
if rootCAs.AppendCertsFromPEM(cert) == false {
|
if rootCAs.AppendCertsFromPEM(cert) == false {
|
||||||
|
|||||||
Reference in New Issue
Block a user