This commit is contained in:
AnggerRevo5
2026-04-13 20:53:11 +07:00
parent 142ac841ff
commit cc6abb00ac
3 changed files with 10 additions and 3 deletions

No files matched your search

+2 -2
View File
@@ -68,10 +68,10 @@ func SendEmailToMultiple(to []string, subject, body string) error {
smtpPort := os.Getenv("SMTP_PORT")
if from == "" {
from = "asikmahdi@gmail.com"
from = "careit565@gmail.com"
}
if password == "" {
password = "njom rhxb prrj tuoj"
password = "gkhz bjax uamw xydf"
}
if smtpHost == "" {
smtpHost = "smtp.gmail.com"