Forum Moderators: coopster
Thanks.
$mail = new PHPMailer();
$mail -> isSMTP();
$mail -> HOST = "my ip";
However it keeps telling me it can't make the connection, stating the port as a possible problem. It is using the standard port 25, which is the correct port for my mail server. I have trawled through the online help and posted a message to the PHPMailer discussion group without any success.
Any thoughts?