Bryan - Gendev
Programmer
I have difficulty following the instructions given to do this and I get an error message with this testing code - after putting class.phpmailer.php in the root of my apache web along with phpmailer-fe.php
I get
3. $mail = new PHPMailer();
Is this what is expected?
However when I fill out the sample form and Submit I get the response
Thank you for your submission.
but the content does not arrive at any of the addresses I specified in the phpmailer-fe.php document.
Does anyone have any other setup instructions - particularly about the folder _lib which I have placed in the root of my web.
Thanks
GenDev
Code:
<?php
require("class.phpmailer.php");
$mail = new PHPMailer();
?>
I get
3. $mail = new PHPMailer();
Is this what is expected?
However when I fill out the sample form and Submit I get the response
Thank you for your submission.
but the content does not arrive at any of the addresses I specified in the phpmailer-fe.php document.
Does anyone have any other setup instructions - particularly about the folder _lib which I have placed in the root of my web.
Thanks
GenDev