Page 1 of 1

nuSendMail() mutliple recipents

Posted: Thu Aug 23, 2018 2:40 pm
by 191brian
Hi

I can't find any documentation/wiki on nuSendMail().

Can you have multiple recipients or should I just call multiple times? I see it is based on PHPMailer which says use "AddAddress" to add each recipient individually.

Brian ...

Re: nuSendMail() mutliple recipents

Posted: Thu Aug 23, 2018 2:45 pm
by toms
Hi,

All you need to do is separate multiple email addresses with a comma ( , ).

Re: nuSendMail() mutliple recipents

Posted: Sun Aug 26, 2018 11:13 pm
by admin
.