An other question, i am changing server with my stuff, also my forum
so i want to test with the forum db, but other files
but i don't want the "test" site to mail or send messages to people
how can i prevent this?
I would recommend the easiest way to create a :blackhole: email address that automattically kills mails sent to it, eg blackole at myforum.com then in emailer.php
FIND $this->reply_to = trim($address);
REPLACE WITH $this->reply_to = trim('blackole at myforum.com');
I have not tested this but this is where I would start.
AStatistics: Posted Author: Adrian Rea — Sun May 28, 2006 1:22 pm
]]>