Page 1 of 1

setting CC in notification(mail) activity

Posted: Wed Aug 19, 2009 12:57 am
by sajidkp
Hi,

Is there any way to put cc in recipient address in mail activity? I can see only recipient email address which is "To" only.

Posted: Wed Aug 19, 2009 1:23 am
by Jasti
Hi Sajid,
You can use comma(",") after the first email-id and add another id to that in "To" itself. There is no CC option available.

Posted: Wed Aug 19, 2009 1:39 am
by sajidkp
That is ok . i can add n number of To: address but . for some specific recipients that should be CC: not To:. Is there any work around in DS to achieve this?

Posted: Wed Aug 19, 2009 7:14 am
by chulett
Not using that stage. You could, however, write your own script/wrapper to send the email in any fashion that you like. Check the DSSendMailTester routine as well for ideas.

Posted: Wed Aug 19, 2009 7:24 am
by sajidkp
Ok i will try that. thank you

Posted: Wed Aug 19, 2009 7:44 am
by Jasti
Hi,
I have added CcAddress to the arguments of DSSendMailTester routine and changed the code accordingly..but DSSendMail(which will be called from DSSendMailTester) is not accepting it.
Please test it from your end.. I might be wrong some where.. :(

Posted: Wed Aug 19, 2009 6:27 pm
by ray.wurlod
Workaround might be to send to a list address that redistributes the email appropriately.