Activation Account Email
You have to check if PHP mail is working in your server or debug WP’s mail, there are several ways to do this, I would first test if a basic PHP mail function works. The is as simple as running this from a PHP file or the command line: mail (‘[email protected]’, “Test”, “Test mail from … Read more