Jump to content

Cronjob like E-Mails in development/testing - disable?


Thomas P

Recommended Posts

Hi folks,

we have a copy of our forums as development/testing environment, where we make changes before going prime.

How can I make sure that his testing board doesn't send E-Mails to my members, i.e. weekly digests etc.?

At the moment we disable tasks all together, which isn't really good.

Thank you,
Thomas

Link to comment
Share on other sites

Yes you could change the used email method to "debug" by adding following code in your constants.php file:

define('EMAIL_DEBUG_PATH', "emails");

pls make also sure to create a directory called emails and that it is writable 
Then all mails will be saved to this directory instead of being sent:)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...