Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 83469

Error sending email to multiple people - Email Template Module

$
0
0
Hi All, I am using email template module to send emails in one of the email. I have an issue with sending email if I put more than one person in ‘TO’ section. I tried using both ‘,’ and ‘;’ to seperate my email ids but both lead to java error:   Illegal semicolon, not in group com.mendix.systemwideinterfaces.MendixRuntimeException: org.apache.commons.mail.EmailException: javax.mail.internet.AddressException: Illegal semicolon, not in group in string ``XX.XXX@XXX.com;XX.XXX@XXX.com;XX.XXX@XXX.com;'' at position 21 at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) Caused by: org.apache.commons.mail.EmailException: javax.mail.internet.AddressException: Illegal semicolon, not in group in string ``XX.XXX@XXX.com;XX.XXX@XXX.com;XX.XXX@XXX.com;'' at position 21 at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Please notice the weired start and end of highlighted email string.   I am using Version 11 of email template   Please advice what could be causing this.   Regards, Kirti

Viewing all articles
Browse latest Browse all 83469

Trending Articles