Kjell Iver Johansen Posted March 23, 2016 Share Posted March 23, 2016 Where is the setting to stop all emails from my testboard? Link to comment Share on other sites More sharing options...
Daniel F Posted March 23, 2016 Share 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' ); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.