How can I get details of an error generated by $mail->send() ?
$mail->ErrorInfo just reports "The following From address failed: ....." but does not explain why.
It generally works, so I know that there is no basic installation issue, but I'm sure there are more specific error messages somewhere if only I could access them.

