PHPMailer – Unable to get full error message
Looking for help with my PHPMailer code if possible please. Overall, it works fine, what I'm struggling to capture is the specific error messages. if (!$mail->send()) { echo "Mail <font color=red><b>Not</font></b> Sent to $address - Error: $mail>ErrorInfo<br>"; } else {…