I guess I would instrument the curl request somewhere down in the Mailer class to see what the response is. I believe it it fails (returns false) that it doesn't do a curl_error() to report "why" but simply notes that it failed.. You might want to check if it's false and if so, then do a curl_error() to see what curl had problems with.
|