Hi All,
We are building a new OTM 5.5 environment for our internal training.. I need to understand the SMTP configuration that needs to be set inorder that OTM sends out notificiation to any email ids -
Following parameters in glog.properties are configured with the SMTP server I have -
glog.mail.smtp.host=
glog.workflow.notify.defaultSmtphost=
However if the "from user" specified in glog.workflow.notify.advisor.email= parameter
is registered with that SMTP and if the recipient's email address is for .e.g googlemail., we get an exception in glog.exception.log as "javax.mail.SendFailedException: 550 5.7.1 Unable to relay for [email protected]", however if receipients address is same as the from address, in such case then no exception is received in glog.exception.log and email is not received in my inbox.
It would great if anybody could help us by letting us know what type smtp server is required by OTM for e.g. anonymous smtp, relay enabled smtp.. what is that..
Thanks,
Skn
We are building a new OTM 5.5 environment for our internal training.. I need to understand the SMTP configuration that needs to be set inorder that OTM sends out notificiation to any email ids -
Following parameters in glog.properties are configured with the SMTP server I have -
glog.mail.smtp.host=
glog.workflow.notify.defaultSmtphost=
However if the "from user" specified in glog.workflow.notify.advisor.email= parameter
is registered with that SMTP and if the recipient's email address is for .e.g googlemail., we get an exception in glog.exception.log as "javax.mail.SendFailedException: 550 5.7.1 Unable to relay for [email protected]", however if receipients address is same as the from address, in such case then no exception is received in glog.exception.log and email is not received in my inbox.
It would great if anybody could help us by letting us know what type smtp server is required by OTM for e.g. anonymous smtp, relay enabled smtp.. what is that..
Thanks,
Skn
Comment