Expand my Community achievements bar.

Error while using Send With Document service

Avatar

Level 4

Hi,

I am using the send with document email service, and trying to pass an attachment (a text document). When i invoke the process using java component i get the following error:

com.adobe.workflow.engine.PEUtil logFailedFaultRouting An exception was thrown with name com.adobe.idp.dsc.email.SendMailFailedException message:Failed to send email to mail server: null:25. Cause: null while invoking service EmailService and operation sendWithDocument and no fault routes were found to be configured.

Can someone give me an idea of how to resolve this issue?

Thanks..

1 Reply

Avatar

Level 5

From the exception fragment it is complaining that your email properties are not set correctly. In this case the email server name is resolving to null. Make sure they are all set up correctly. The no fault routes just means you have no route in your workflow to handle any errors/exceptions.