In workbench, when I try to run the Send With Map Of Attachments operation, it is trying to look at localhost for the smtp server. The admin client is configured correctly and is using our smtp server and the server sends out task notifications properly.
In the properties of the Send With Map Of Attachments, I have tried leaving the "Connection Settings" as "Use Configuration Options" so that the admin settings for smtp are used. It still tries to look at localhost. I've also tried deselecting "Use Configuration Options" and manually entering the smtp host host name and port, to no avail.
From workbench I am connected to the livecycle server, and from my laptop I can also ping the smtp server by dns name.
Please advise, thank you in advance --Elaine
Caused by: com.adobe.idp.dsc.email.SendMailFailedException: Could not connect to SMTP host: localhost, port: 25;
nested exception is:
java.net.ConnectException: Connection refused: connect
at com.adobe.idp.dsc.email.EmailServiceImpl.sendWithMapOfAttachments(EmailServiceImpl.java:7 68)
In the properties of the Send With Map Of Attachments, I have tried leaving the "Connection Settings" as "Use Configuration Options" so that the admin settings for smtp are used. It still tries to look at localhost. I've also tried deselecting "Use Configuration Options" and manually entering the smtp host host name and port, to no avail.
From workbench I am connected to the livecycle server, and from my laptop I can also ping the smtp server by dns name.
Please advise, thank you in advance --Elaine
Caused by: com.adobe.idp.dsc.email.SendMailFailedException: Could not connect to SMTP host: localhost, port: 25;
nested exception is:
java.net.ConnectException: Connection refused: connect
at com.adobe.idp.dsc.email.EmailServiceImpl.sendWithMapOfAttachments(EmailServiceImpl.java:7 68)