Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检查电子邮件是否已发送。(如果电子邮件不正确,或者服务器关闭......或其他)
由于不推荐使用电子邮件组件,现在返回send()的值不再是布尔值,而是带有字符串消息的数组。
send()
我现在怎么查?谢谢。