Page 1 of 1

c_SendMail() to mulitple email addresses

Posted: Tue May 04, 2010 9:21 pm
by david
Is there a way to have the c_SendMail function send emails to multiple email addresses? I've tried using commas and semicolons but can't seem to get it to send an email to more than one address.

Thanks,

Dave

Re: c_SendMail() to mulitple email addresses

Posted: Wed May 05, 2010 7:00 am
by FTP

Re: c_SendMail() to mulitple email addresses

Posted: Wed May 05, 2010 3:12 pm
by david
That solution requires each email address to be a seperate email. I was asking if there is a way to use comman or semicolon separated email addresses in one sendmail call. This way one email goes out with ALL addresses in the email. This way the recipients can reply to all the users upon receiving the email.

Re: c_SendMail() to mulitple email addresses

Posted: Wed May 05, 2010 4:25 pm
by FTP
c_SendMail function can be only used to send one mail at one time.