mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 19:16:51 -06:00
When user names contain @ symbols, the email library fails to parse the sender address format "Name @ Symbol via Vikunja <email@domain.com>". This fix uses Go's net/mail.Address to properly format the sender address according to RFC 5322, which automatically quotes names containing special characters. Fixes the error: "getting sender address: no FROM address set"