Normally I only use PHPrunner to generate sites that I will use, so email settings are straightforward.
However, someone wants to locally host one of my databases for their own use. Able to modify the connection details to get the thing to basically run, but I've struggling to find where PHPrunner stores the SMTP details it uses when sending mail (eg. during registration).
I thought it might use libs\class.phpmailer.php, or would be in register.php, but changing settings here seems to make no difference.
Any ideas ?
Thanks.