pub(crate) fn error_from_output(o: &CheckEmailOutput) -> String
A crude way to extract error details from the mail output. This was added because CheckEmailOutput doesn’t impl Display.
CheckEmailOutput
Display