vikunja/pkg/mail
kolaente 07aa3c1b04 fix(mail): fall back to os.Hostname() before hardcoded domain
When the public URL is not configured, GetMailDomain() now tries
os.Hostname() before falling back to the hardcoded "vikunja" string,
and logs a warning in both fallback cases.
2026-04-03 18:30:39 +00:00
..
domain.go fix(mail): fall back to os.Hostname() before hardcoded domain 2026-04-03 18:30:39 +00:00
domain_test.go fix(mail): fall back to os.Hostname() before hardcoded domain 2026-04-03 18:30:39 +00:00
mail.go fix(mail): disable queue when mailer disabled (#2069) 2026-01-08 15:51:31 +01:00
send_mail.go fix(mail): set RFC 5322 compliant Message-ID using public URL domain 2026-04-03 18:30:39 +00:00
send_mail_test.go fix(mail): set RFC 5322 compliant Message-ID using public URL domain 2026-04-03 18:30:39 +00:00
testing.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00