Author Message
DirkHeinrich2
Joined: Apr 15, 2015
Messages: 15
Offline
Trying to send EMail with the EMail task. EngagementDesignerTasks-3.3.0.0.25057.jar
The Sender Email is with domain name

xyz.local

(xyz is customer name)

Engagement Designer execution fails with

Error while executing instance for id: 9305
java.lang.IllegalArgumentException: Invalid sender email xyz@xyz.local
at com.avaya.designer.task.communication.EmailExecution.execute(EmailExecution.java:96)


Once instead of local -> com is used this works well.

However need to use in my case local for the domain.
AnuragAggarwal
Joined: Jun 1, 2014
Messages: 154
Offline
we are using https://commons.apache.org/proper/commons-validator/apidocs/org/apache/commons/validator/routines/EmailValidator.html

for validation of address

does the address you use not validate according to above
DirkHeinrich2
Joined: Apr 15, 2015
Messages: 15
Offline
Thanks for quick response.
The EMail Validator uses the IANA TLDS list to verify top level domain name. local is not included so EMail check fails.
Unfortunately this would cause in my case some issues. Worked around by adding a top level domain .com and added separate SMTP addresses with .com to the users.
Go to:   
Mobile view