Hi,
i am configuring workflow for sending email. i did all configuration in iw.cfg like
[iwsend_mail]
maildomain=company.com
mailserver=smtp.company.com
use_mapping_file=true
email_mapping_file=/iw-home/local/config/wft/email_map.cfg
debug_output=/iw-home/tmp/iwsend_mail.log
and added one external task in workflow for email (using iwsend_mail.ipl)
Problem is Workflow is ended properly without any error. and log file state that
(/iw-home/tmp/iwsend_mail.log)
Success sending email to:
pd007@company.comThis succcess message i am getting but havent got any mail.
there is no error in joberror.log
Please suggest any configuration missing here.