Alert emails are not coming in, email itself works fine
-
Hi there,
we run two wwebsites using WP 5.3.2 as multisite installation. Everyhting works fine however I noticed I’m not getting any error alerts by email even though the website frontend and back end tell me an error mail was sent out to the administratot, when there is an error.
E-Mail itself works fine for evertyhing else, comments, woocommerece orders etc..
I also tried different email addresses and had no luck.
Any reason why it might not send out the error mails. It works great on other WP installations I’m using (which are not multisite btw, not sure if that is the issue)
Here is my wp-config:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
$table_prefix = ‘wp_’;
define(‘WP_DEBUG’, false);
/* Multisite */
define(‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘cars-unlimited.de’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
define( ‘WP_MEMORY_LIMIT’, ‘512’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512’ );
define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’]);/* That’s all, stop editing! Happy blogging. */
Thanks
Tino- This topic was modified 3 years, 8 months ago by . Reason: moved to Networking WordPress since this is a multisite question
The page I need help with: [log in to see the link]
- The topic ‘Alert emails are not coming in, email itself works fine’ is closed to new replies.