Thanks for developing such a great tool! Can you tell me where I should set my SMTP details for PHP Mailer, I've had a dig around and can't easily identify where they go and there is nothing in install.txt Any help much appreciated.
Anonymous
Hi, in next verso this will be under administration, for now you have to do it manually. Under functions/functions-mail.php search for all $pmail = new PHPMailer(true); and add the following entries for SMTP:
Or update to latest dev version and you can set this via GUI.
brm
Thanks very much!