From 6d09d425c2da9d8654c3d5b4e4135fcb127f71bd Mon Sep 17 00:00:00 2001 From: teddy Date: Fri, 18 Apr 2025 19:41:54 +0700 Subject: [PATCH] update --- app/mail-config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/mail-config.go b/app/mail-config.go index 377daa3..26a4d31 100644 --- a/app/mail-config.go +++ b/app/mail-config.go @@ -37,8 +37,6 @@ func SendEmail(to []string, cc []string, name, subject, message, htmlString stri body := htmlString messages := []byte(sender + subjectt + mime + body) - fmt.Println("cek env smtp", Mail()) - auth := smtp.PlainAuth("", Mail().AuthEmail, Mail().AuthPassword, Mail().SMTPHost) smtpAddr := fmt.Sprintf("%s:%d", Mail().SMTPHost, Mail().SMTPPort)