Support

Home Forums Event Espresso Premium Simple Sold Out Event Notification

Simple Sold Out Event Notification

Posted: February 14, 2020 at 2:53 pm

Viewing 1 reply thread


ICLE

February 14, 2020 at 2:53 pm

I would like to use a different email address than the site admin. Or several. Is this possible?

https://eventespresso.com/wiki/simple-sold-out-event-admin-notifications/

Thanks.


Josh

  • Support Staff

February 14, 2020 at 3:17 pm

Hi,

If you’re using the code from this snippet:
https://github.com/eventespresso/ee-code-snippet-library/blob/master/messages/bc_sold_out_event_email_notification.php

You can change the code on lines 84-87. The wp_mail() function will accept an array of email addresses, so you could do something like this:

$recipient = array(
  'address1@example.com',
  'address2@example.com'
);
Viewing 1 reply thread

The support post ‘Simple Sold Out Event Notification’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso