MEC disable admin notification

https://www.creativeexpressionsdiy.com/

I’m using Modern Events Calendar for this site. Under the notifications there is a place where it has ‘admin notification’, but no option to disable it. It notifies the organizer and the person making the booking, but doesn’t give an option to disable the admin being notified.

The problem is that we are hosting and managing this site for the client and are listed as the admin of the site so we can get emails about WordPress updates, etc. BUT we do not want our inbox getting constant emails from this client’s bookings.

Make sense? Your help would be much appreciated. Thank you.

Hi There,

Unfortunately, there is no option to turn off the admin notification.

To do that, you have to edit the code of MEC plugin. Please take a look at this file modern-events-calendar/app/features/mec.php on the line 91:

  • Find this code: $this->factory->action('mec_booking_completed', array($this->notifications, 'admin_notification'), 12);

  • And change to this: //$this->factory->action('mec_booking_completed', array($this->notifications, 'admin_notification'), 12);

Hope it helps :slight_smile:

Ok, thank you. That’s not going to be a fix for this issue, but I do have another question.

How do I change the email address notifications are sent from for MEC? Right now it’s showing as wordpress@creativeexpressionsdiy.com

I’d like to change it to noreply@

I came up with my own solution.

I downloaded a plugin called ‘WP Change Default From Email’ and put my settings in there, test it, and all is good!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.