Hi All,I have created a workflow using workflow modeller and published it successfully in TS. I have used email task in my workflow. Now as i run my workflow, it is giving email notification successful but I am not able to recieve any mail. I checked in logs. It is giving error " cannot connect to SMTP server". I have configured iw.cfg for SMTP server but it is giving the same error. Has anyone come across such error? Please help!!!Thanks,Richa
TS - 7.0 on windows yes, i have added few lines in iw.cfg file under the section [iwsend_mail] to connect to SMTP server.
C:\> telnet smtp-server-name 25There may be some sort of welcoming or warning message, or not - there is generally no promptHELO userid@email.addressNOTE:That is not a misspelling above, I do mean "HELO" not "HELLO"There should be some kind of response, like:250 server-hostname Hello userid@email.address [ip.add.ress]QUITAgain, usually some some kind of response, like:221 server-hostname closing connectionConnection closed by foreign host
PFB the SMTP configurations setting in iw.cfg[iwsend_mail]maildomain=domainName.commailserver=SMTP servernameuse_mapping_file=falsedebug_output=path for log filelogs are still showing me the error that : unable to connect to SMTP server,connection refused. On the other hand as the workflow is initiated in TeamSite, corresponding to the task it is showing completed email notification but the owner is not recieving any mails. why it is not able to connect to SMTP server?
javax.mail.MessagingException: Could not connect to SMTP hostMTP-Server name
If you are using the Email Notification functionality:a.Ensure that your iw.cfg file contains entries for maildomain and mailserver in the [iwsend_mail] section.If it does not, add the appropriate entries. For example:[iwsend_mail]maildomain=yourcompany.commailserver=mail.yourcompany.com