Administrator Posted March 3, 2015 Posted March 3, 2015 On a test or developer site, if you want to prevent the system from sending emails, add the following to your constants.php file. If you enter a valid path it will log any emails a file, if you don't need that then enter the second option of /dev/null/ define( 'EMAIL_DEBUG_PATH', "/home/user/devmail"); define( 'EMAIL_DEBUG_PATH', "/dev/null");
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now