gpt4 book ai didi

cakephp - SMTP 错误 : 535 5. 7.8 身份验证凭据无效

转载 作者:行者123 更新时间:2023-12-04 03:01:58 25 4
gpt4 key购买 nike

我在我的项目中使用 jango smtp 设置。

下面是我的代码:

funcation sendmail()
{

$this->Email->smtpOptions = array(

'timeout' => '30',

'port' => '25',

'host' => 'relay.jangosmtp.net',

'username' => 'xxxx',

'password' => '1234567'

);
}

sendmail 函数给出以下错误:
SMTP Error: 535 5.7.8 Authentication credentials invalid

可能是什么原因?

最佳答案

这基本上是因为凭据不正确!

可能这会帮助你!!

535 Authentication failed. Restarting authentication process.

如果 SMTP 客户端通过身份验证但用户名或密码不正确,或者帐户被禁用,hMailServer 会向客户端发送此错误消息。

http://support.qualityunit.com/156325-Email-is-not-sent-because-of-failed-authentication
SMTP error 535 authentication failed in roundcube

SMTP Error (435): Authentication failed

如果您在从圆形立方体发送电子邮件时遇到 SMTP 错误 535 Authentication Failed,那么您可以检查以下事项。
[root@server1 ~]# vi /usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php

并改变了
$rcmail_config['smtp_user'] = ‘%u’;
to
$rcmail_config['smtp_user'] = ”;

关于cakephp - SMTP 错误 : 535 5. 7.8 身份验证凭据无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16784368/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com