Hi guys! I faced with the issue related to the sending emails from AEM
6.2 to the email addresses which contain special characters. Example
(passed as image, because editor is not correctly convert it):Sending is
failing with such message:javax.mail.internet.AddressException: Local
address contains control or whitespace in string
bob.o’brien@example.comAfter the brief check I found, that default AEM
Mail Service (com.day.cq.mailer.DefaultMailService) and its bundle
(com.day.cq.cq-mailer) are usi...