Control-M fails to send email. Checking the U_CTMMAIL#####.#####.log in the Control-M's proclog directory shows an error of the following format: Failed to send mail to user@domain.com: Domain contains illegal character |
Make sure the recipient's email address and a proper domain address. Also check the Control-M Server's data/config.dat and check for any invalid characters in the domain there. # SMTP communication parameters SMTP_PORT_NUMBER 25 SMTP_SERVER_NAME SMTP_SENDER_EMAIL CONTROL@M SMTP_SENDER_FRIENDLY_NAME SMTP_REPLY_TO_EMAIL For example an underscore _ is not valid in the domain name. |