SMTP configuration problem

Hi

im unable to send emails from workflow. ive given the following parameters in the \etc\classrv.properties file

smtp.host=
smtp.port=25
smtp.username=
smtp.disconnectable=true
smtp.timeout=300

anything else needed to be given? any other component to be configured?

thanks in advance

-mkprabhu

Hi Prabhu
Try adding the password “smtp.password = SMTPPASSWORD”

Regards
Krishna

smtp.password is given in authentication.properties file. i commented that one and gave it in classrv.properties file and tried sending mail but it doesnt work

alternatively, im able to send mail with the same config params using pub.client:smtp service (using it as ISComponent) but sending through workflow notifier keeps failing.

any pointers towards this?

Thanks
mkprabhu