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.phpAn 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?
FIND
- Code: Select all
$this->reply_to = trim($address);
- Code: Select all
$this->reply_to = trim('blackole at myforum.com');
A