Hi Guys, which file would i need to change to update the sever details for a PHPmailer form using Apache? I have set up a form within wordpress, and its hosted with Apache, but the SMTP server settings are somewhere in Apache and i dont know where to look. Many thanks
You just need to place the phpmailer class files in the PHP directory from where PHP file can directly include that in the script. Probably in the same directory where your php.ini is saved. I don't think you will require to make any change in Apache configuration to use PHPMailer. Kailash