WordPress / health-check

Health Check is a WordPress plugin that will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
GNU General Public License v2.0
175 stars 55 forks source link

Check for proloinged sending time for emails #376

Closed Clorith closed 1 year ago

Clorith commented 4 years ago

E-mails may some times hang during sending, we can test for this in the email testing tool.

Checking if a message is sent or not is fine, but it can be extended to include a warning if a message took longer than X seconds to be sent, which may indicate either that a system is overloaded, or there is a problem with the mailing service for whatever reason.

See also https://core.trac.wordpress.org/ticket/49815 for reference

knutsp commented 4 years ago

Has it also/ever been suggested or reviewed to include the E-mail check from the Health Check & Troubleshooting plugin in core?

Clorith commented 4 years ago

It hasn't, no, and I don't think that fits into core either, that's more a troubleshooting step and is plugin territory (it's also hard to do reliable e-mail testing, which I hope to tackle elsewhere to be perfectly honest)