标签: cakephp cakephp-2.0
我想检查电子邮件是否已发送。 (如果电子邮件不正确,或者服务器已关闭......或其他什么)
作为Email component is deprecated,现在send()返回的值不再是布尔值but an array with string messages.
send()
我现在该怎么检查? 感谢。