Hi there,
Im coding a small mod, and 1 thing I want it to is to send pm/email members when some specific event happens. Can anyone tell me where can I find these functions in SMF files, it must be somewhere right?
Thanks
And Merry X Mas ^^
Look for sendmail() and sendpm(). Both of these functions are located in $sourcedir/Subs-Post.php
Thanks for your help. I found it, and now trying to make it work for me. Getting some SQL error now *_*