Multisite Email Configuration
-
We want to run events-manager on a multi-site blog without installing it as a network plugin. I have events-manager set up on the root blog and one other (currently) network site.
The email settings tab is not available to the network site. It is only available on the network settings page, so it appears that I must configure one address as the sender of all event emails. It would be more convenient if we were able to configure this on a per-site basis, but I see that in the options code (em-options.php) the email settings update form is locked down by the following conditional:
<?php if ( !is_multisite() ) { em_admin_option_box_email(); } ?>
Couple of questions:
- Why do you require a single email sender for all event-manager installs on multi-site?
- Conceptually, it would be nice to have the option to use the event owner’s email address as the sender for event related emails. Has this been considered?
Thanks in advance.
- The topic ‘Multisite Email Configuration’ is closed to new replies.