I have downloaded the phpBB Full Package at http://downloads.sourceforge.net/phpbb/phpBB-3.0.0.zip?download
My question is this:
Which PHP file sends confirmation emails to people? (e.g. Welcome to the forums etc) Which PHP file sends Private messages to people
1/ user_welcome.tpl
Path----- phpbb/language/lang_english/email/user_welcome.tpl
2/privmsg_notify.tpl
Path----- phpbb/language/lang_english/email/privmsg_notify.tpl
Wheres the code that actually opens those files, and actually sends them to a particular email address?
path--phpbb/privmsg.php
I would not recommend altering this unless you know what you are doing.
How do I adapt the code, so it sends an hard coded email message to an hard coded email address upon running the php file locally?