I am certain; this is a server problem. I am getting Error 111 when I send emails. here is my PHPMailer code:
<?php
require_once("phpmailer/class.phpmailer.php");
$error = null;
function smtpmailer($to, $subject, $message, $winerror, $failerror) {
if ($ismaillimittrue[1] < 100 ||...