c_SendMail() to mulitple email addresses

Please post here if you have problems in using Wing FTP Server.
Post Reply
david
Posts: 14
Joined: Fri Apr 16, 2010 6:35 pm

c_SendMail() to mulitple email addresses

Post 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
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: c_SendMail() to mulitple email addresses

Post by FTP »

david
Posts: 14
Joined: Fri Apr 16, 2010 6:35 pm

Re: c_SendMail() to mulitple email addresses

Post 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.
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: c_SendMail() to mulitple email addresses

Post by FTP »

c_SendMail function can be only used to send one mail at one time.
Post Reply