Details
Assignee
UnassignedUnassignedReporter
Tim SmoldersTim SmoldersLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Affects versions
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Tim Smolders
Tim SmoldersLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Affects versions
Priority
Created 27 January 2022 at 13:31
Updated 12 November 2024 at 10:52
Email sent using cfmail tag to an email address using UTF-8 characters (i.e. ëmâil@somecompany.com) is bounced by Spam detection due to "malformed header".
The address should be UTF-8 encoded, especially if cfmail charset="utf-8" is used.
Email address in TO HEADER should contain =?utf-8? prefix, like so:
Properties props = new Properties(); props.put("mail.mime.allowutf8", true); Session session = Session.getInstance(props);
https://javaee.github.io/javamail/docs/api/javax/mail/internet/package-summary.html