Page 1 of 1

Error while sending mail.

Posted: Mon Dec 13, 2010 1:26 pm
by major
I am getting the below error. This is working in dev region but is not working in another region. The SMTP server used here is working fine for other jobs. Please guide

--------------------------------------
##..JobControl (DSSendMail): Error when executing command: Project/sendmail_##.sh
*** No output from command ***
The following parameters in the call to DSSendMail were not mentioned in the file 'dssendmail_template.txt': server
Please check any paths in the following command file are correct, and if necessary adjust the 'dssendmail_template.txt' file in the project directory.

Contents of command file:
#! /bin/sh
/usr/lib/sendmail -t <<////
From:
To:
Subject:
Content-Type: multipart/mixed; boundary=Unique-Boundary-15685-50661

This is a MIME encoded message.

--Unique-Boundary-15685-50661
Content-Type: application/octet-stream; name="###.csv"
Content-Transfer-Encoding: base64
Content-Disposition: inline; filename="###.csv"


#########

...(file truncated)...


###..JobControl (@Success_mail): Routine DSSendMail did not finish OK, return code = '-21'

Posted: Mon Dec 13, 2010 3:01 pm
by ray.wurlod
What's different between dev region and other region? "Nothing" is not the correct answer.

Posted: Thu Dec 16, 2010 8:33 am
by major
The issue is resolved now.

there is an extra orphan word sneaked into the email to list.
We have removed that word and the sequence is running fine now

Regards