paulomartinhago
8/19/2013 - 7:01 PM

ErrorInfo.php

<?php

if(!$mail->Send()){
    echo "Erro: " . $mail->ErrorInfo;
}