- This topic has 7 replies, 2 voices, and was last updated 11 years, 8 months ago by
Steve.
- AuthorPosts
- December 1, 2014 at 9:17 pm #10002823
SteveParticipantIs there a way to add multiple email address to the admin notifications either the To: or BCC: fields?
Thanks
December 2, 2014 at 12:39 am #10002824
Pie RegisterParticipantHello,
Yes you can add multiple email addresses for admin notifications, the
BCC field is already given in Admin Notification Page.Thanks
December 2, 2014 at 1:39 am #10002826
SteveParticipantHow would I add multiple address. I have tried using a delimiter such as “;” and “,” but it does not seem to work. it only sends to that first email.
December 2, 2014 at 10:31 pm #10002835
Pie RegisterParticipantHello,
You dont need to put it on single line, there is a BSS input box already
given into the Admin Notification page.Thanks
December 2, 2014 at 11:52 pm #10002843
SteveParticipantright. but it is possible to have more than two? I have about 5 people that i would like to get notified with new user registrations.
December 3, 2014 at 1:15 am #10002845
Pie RegisterParticipantHi Steve,
I am afraid adding multiple users in a single input line is not allowed
as of now, we are using `filter_var($bcc,FILTER_VALIDATE_EMAIL)` to
validate the email, you add multiple addresses only if you disable this
function in the code.Thanks
MohsinDecember 3, 2014 at 5:27 am #10002851
SteveParticipantThanks. Do I just need to comment that out. Also would i need to add a delimiter such as “;” in between each email.
December 3, 2014 at 8:55 pm #10002864
SteveParticipantI figured it out. Commented out that bit of code. So my new line looks like this.
if(!empty($bcc))//remove verification && filter_var($bcc,FILTER_VALIDATE_EMAIL))//Validating BCCThen on the bcc line i added each email address I wanted delimited with a “,” no spaces. I can now send to multiple people.
Thanks for the help.
- AuthorPosts
- The forum ‘Pie-Register 2.0 Support’ is closed to new topics and replies.
