Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hi,
I am having an issue with the subject line in a form when I want to send an email. It does not accept words like ä in the subject line. It returns the error "org.apache.commons.mail.EmailException: Encoding error (500)". Can anyone please help me with this. Thanks
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
You need to make sure you are always UTF-8 encoding all the strings and if you are using the HtmlMail. We also make sure that we HTML encode the strings before using it in any field in the mailer, since we don't know if the recipient understands our encoding or not.
/Ove
Zugriffe
Antworten
Likes gesamt
You need to make sure you are always UTF-8 encoding all the strings and if you are using the HtmlMail. We also make sure that we HTML encode the strings before using it in any field in the mailer, since we don't know if the recipient understands our encoding or not.
/Ove
Zugriffe
Antworten
Likes gesamt
Are you using HtmlEmail ? Which aem version?
Zugriffe
Antworten
Likes gesamt
Yes. I type in my company email into the "mailto" space. Version 5.4. It works when I type in non diacritic words e.g test. However whenever I enter ay diacritic words like ö I get the error.
Zugriffe
Antworten
Likes gesamt
Yes all the strings are UTF-8 encoded. I have attached the start file for my CQ5 in case this could help you guys with the issue.
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten