针对您遇到的“smtp-server: 535 error: authentication failed”问题,以下是一些可能的解决步骤和考虑因素: 确认SMTP服务器地址、端口、用户名和密码是否正确: 确保您输入的SMTP服务器地址和端口号是正确的。例如,常见的SMTP端口有25、465(SSL)和587(TLS)。 检查用户名和密码是否准确无误,没有多余的空格或字符。
SMTPAuthenticationError 535是指在使用SMTP协议进行邮件发送时,认证失败的错误代码。认证失败可能是由于用户名或密码错误导致的,也可能是由于安全策略等原因导致的。以下是关于SMTPAuthenticationError 535的完善且全面的答案: 概念: SMTP(Simple Mail Transfer Protocol,简单邮件传输协议)是一种用于发送和传输电子邮件的协议...
报错:smtplib.SMTPAuthenticationError: (535, b'Error: authentication failed') 因为这里要的password是第三方使用邮箱时的password,所以应该是授权码而不是密码 授权码设置步骤: 1.登录163邮箱 2.进入设置,点击“开启smtp服务” 3.设置客户端授权密码 点击开启 。提示编辑短信 发送,发送就好 4.填写 并确认。 5....
代码: 运行之后一直报错,SMTPAuthenticationError: (535, '5.7.8 authentication failed')。 查找半天是因为新浪邮箱的STMP的服务没有开启,开启就好了。 再次运行就成功了。
SMTP Authentication Error 535 is an error message that occurs when a user attempts to log into an email account using the Simple Mail Transfer Protocol (SMTP). This error occurs when a username or password is incorrect, or if the account is d...
解决问题 smtplib.SMTPAuthenticationError: (535, b'Error: \xc7\xeb\xca\xb9\xd3\xc3\xca\xda\xc8\xa8\xc2\xeb\xb5\xc7\xc2\xbc\xa1\xa3\xcf\xea\xc7\xe9\xc7\xeb\xbf\xb4: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256') ...
b'User has no permission') 2、smtplib.SMTPAuthenticationError: (535, b'Error: authentication faile...
我正在尝试使用 smtplib 在 python 2.7 中发送邮件。下面的代码非常简单: import smtplib def main(argv=None): sender = 'abc@gmail.com' receivers = ['xyz@gmail.com'] message = """ This is a test e-mail message. """ smtpObj = smtplib.SMTP('xyz@gmail.com',25) smtpObj.login('abc', ...
1、 服务器返回“535 Error: authentication failed SMTP身份验证出错了。现在大多数的邮箱提供的发送邮件服务器(SMTP)都需要身份验证。需要在Foxmail【帐户属性】对话框的【邮件服务器】属性页中,选中【SMTP邮件服务器需要身份验证】,并在【POP3邮箱账号】和【密码】下填写正确的邮箱账号和密码。
SMTPAuthenticationError: 535 错误是认证失败,估计你邮箱密码有问题导致的。仔细看了下,授权码不要空格...