Compare commits

..

1 Commits

Author SHA1 Message Date
182198230a feat(gitea): 이메일 더함
All checks were successful
build / build (push) Successful in 6s
2026-03-22 02:23:34 -06:00

View File

@@ -68,7 +68,7 @@ in {
PROTOCOL = "smtps"; PROTOCOL = "smtps";
SMTP_ADDR = "smtp.fastmail.com"; SMTP_ADDR = "smtp.fastmail.com";
SMTP_PORT = 465; SMTP_PORT = 465;
USER = "msyds@deertopia.net";aaala USER = "msyds@deertopia.net";
}; };
}; };
}; };