fix(mail): fallback HTML cuando PrepareHtml falla, mejor logging, simplificar goroutine

This commit is contained in:
Lizandro Guarnizo
2026-07-06 21:44:18 -05:00
parent dc2ee970a1
commit 1ffc695154
2 changed files with 21 additions and 35 deletions
+2
View File
@@ -92,6 +92,8 @@ func main() {
&models.Servidor{},
&models.ConxDb{},
&models.ProvServidor{},
// SMTP
&models.SmtpConfig{},
// WebSMS (LabsMobile)
&models.WebSmsConfig{},
&models.WebSmsLog{},