- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- November 2003
- Status:
- offline
- last visit:
- 04.02.05
- Posts:
- 13
Yes it's possible. One way is to use a function like the following:
Code
mail('toAddress','messageSubject', "messageBody",
"From: fromWhom\r\n"
."X-Mailer: PHP/" . phpversion() . "\r\n"
."X-Mailer: Issues" );
Find in your Post Nuke source code where the event you're interested in is, and put the above code. Of course, the toAddress would be you, and fill in your own message subject and body.
