Page 1 of 1

Cc in DSSendMail

Posted: Wed Jan 19, 2011 8:07 am
by balu536
Hi All,

I have ds routine to send an email with the attachment. I am using the DSSendMail routine to accomplish the task. I am getting the email as per the requirement .Now i have a new requirement to send the mail to the CC mailing address also. Do we have any options like to send to the CC people.

Posted: Wed Jan 19, 2011 8:12 am
by chulett
Don't have any code access right now, but if you are building the string for sendmail you can simply add a "Cc: " tag to the "From: ", "To: " (etc) you already have.