-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
- Gitea version (or commit ref): 1.1.2
- Git version: git version 2.13.0.windows.1
- Operating system: Windows Server 2016 Standard
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant (cannot view logs)
- Log gist:
2017/07/03 12:14:19 [...les/mailer/mailer.go:244 processMailQueue()] [E] Failed to send emails [[email protected]]: Subject: [Project] description (Small UI fixes on full width form titles #16), issue comment - gomail: could not send email 1: gomail: invalid address "=?UTF-8?q?"P=C3=A9ter"_[email protected]?=": mail: expected single address, got "?="
Description
After merging a commit in one of our repositories, I saw this in the log, which says it was unable to deliver the notification.
P=C3=A9ter
Should be
Péter
which is used as the Full name for that user (acquired through Active Directory), so I think the latin/utf8 character
é
causes the mentioned error.
rems4e