Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

nuSendMail() mutliple recipents

Questions related to using nuBuilder Forte.
Post Reply
191brian
Posts: 6
Joined: Wed Mar 14, 2018 10:39 am
Location: UK
Contact:

nuSendMail() mutliple recipents

Unread post 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 ...
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: nuSendMail() mutliple recipents

Unread post by toms »

Hi,

All you need to do is separate multiple email addresses with a comma ( , ).
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: nuSendMail() mutliple recipents

Unread post by admin »

.
Post Reply