Page 1 of 1

Using DSSendMail

Posted: Tue Dec 03, 2002 5:16 am
by nilotpalr
How do I send mail to multiple recipients using DSSendMail. I am building my TO ADDRESS String as follows:
strToAddress = "skaushik@abc.com" : " ; " : "nroy@abc.com" : " ; " : "vgupta@abc.com" : " ; " : "sghosh@xavient.com"

But this is sending the mail to only the first recipient i.e skaushik@abc.com.
Where am I going wrong??
Thanks in advance.
Nilotpal.

Posted: Tue Dec 03, 2002 6:29 am
by WoMaWil
Hi Nilotpal,

those anglosaxons use the comma "," as field seperator, where we, "Rest of the World", use semicolon ";" as field seperator.

So try the comma!

Wolfgang