Comments 4Imran started the conversationMarch 3, 2021 at 2:05pmHi there,Re: Conversation notification Snippet: (https://webwizards.ticksy.com//ticket/2687743/) add_filter('b2bking_recipient_new_message', 'change_recipient',10,2); function change_recipient($recipient, $conversation){ $second_admin = '[email protected]'; $recipient = $recipient.','.$second_admin; return $recipient; }Can we add more than one email address?Many thanks 2,219WebWizards repliedMarch 3, 2021 at 10:18pmHi Imran,Yes, that is possible. You can add any number of addresses, comma separated.For example: $second_admin = '[email protected], [email protected], [email protected]'; I think that should work, but if not, please try to remove the space after the commas.Kind regards,Stefan Sign in to reply ...
Hi there,
Re: Conversation notification Snippet:
(https://webwizards.ticksy.com//ticket/2687743/)
Can we add more than one email address?
Many thanks
Hi Imran,
Yes, that is possible. You can add any number of addresses, comma separated.
For example:
I think that should work, but if not, please try to remove the space after the commas.
Kind regards,
Stefan