我正在尝试用Laravel发送大约500封电子邮件,我的供应商是Gmail。前150封电子邮件(或多或少)是正确发送的,但在我收到此错误后:
"Failed to authenticate on SMTP server with username "XXXXXXX" using 3 possible authenticators. Authenticator LOGIN returned Expected response code 250 but got an empty response. Authenticator PLAIN returned Expected
我希望在用户使用带有firebase身份验证的Cloud-Function登录时发送欢迎通知,因此我使用nodejs CLI并运行代码 const functions = require('firebase-functions'); // Configure the email transport using the default SMTP transport and a GMail a