Kjell Iver Johansen Posted March 23, 2016 Posted March 23, 2016 Where is the setting to stop all emails from my testboard?
Daniel F Posted March 23, 2016 Posted March 23, 2016 There's no setting, but you can use the EMAIL_DEBUG_PATH constant for this. Create a new directory in your community directory, make it writable and then add following code to your constants.php file: define( 'EMAIL_DEBUG_PATH', 'PATH_TO_YOUR_DIRECTORY' );
Recommended Posts
Archived
This topic is now archived and is closed to further replies.