That’s your mail server mail.domain.com
, smtp.domain.com
or some such.
Have you tried adding (or changing)
$mail->SMTPDebug = 2;
to see what it going on?
That’s your mail server mail.domain.com
, smtp.domain.com
or some such.
Have you tried adding (or changing)
$mail->SMTPDebug = 2;
to see what it going on?