• 常见SMTP发送失败原因列表


    • SmtpException:无法读取从传输连接数据:net_io_connectionclosed(SmtpException: Unable to read data from the transport connection: net_io_connectionclosed)
    • 尝试端口587,而不是465端口。
    • ·The server rejected the message: 554 DT:SPM smtp2 Cannot send message 451 MI:SFQ 0,smtp9,DcCowLD735x2fG1MgWLhAA--.11609S2 1282243
    • 邮件服务器拒绝发送邮件,判断为发送垃圾邮件。建议您检查邮件内容,是否包含一些比较敏感的内容。
    • ·Cannot send message data: 550 5.4.5 Daily sending quota exceeded. q31sm4299413ybk.1
    • 不能发送邮件,每日发送额度用完。建议您控制此邮箱每天的发送量,今天发送量已经用完,需要明天才能继续发送。
    • ·Recipient rejected: <xxx@yahoo.com>: 553 5.7.1 < xx@xx.com >: Sender address rejected: not owned by user xx@xx.com
    • 发送邮箱地址被拒绝。建议您换个邮箱发送。
    • ·Recipient rejected: <xxx@yahoo.co.uk>: 550 Your mailbox is full?
    • 您的邮箱空间已满不能再发送邮件。建议您整理邮箱中的邮件。
    • ·Cannot send message: 451 sorry, server closed?
    • 不能发送,服务器已经关闭。建议您稍候再尝试邮件发送操作 。
    • ·Recipient rejected: <xxx@yahoo.com>: 500 Error: bad syntax
    • 收件人地址格式不正确。请核实收件人地址是否正确。
    • ·421 Service not available, closing transmission channel (This may be a reply to any command if the service knows it must shut down)
    • 服务暂时不可用!建议您稍候再尝试发送。
    • ·450 Requested mail action not taken: mailbox unavailable (E.g., mailbox busy)
    • 邮件发送请求没有发生:邮箱不可用(例如,邮箱忙)!建议您稍候再尝试!
    • ·451 Requested action aborted: local error in processing
    • 请求的邮件操作被中止:本地进程错误。建议您重新启动邮件营销助手来尝试发送
    • ·550 Requested action not taken: mailbox unavailable (E.g., mailbox not found, no access)?
    • 请求的操作未被执行:邮箱不可用(例如,邮箱未找到,不能访问)。建议您稍候再尝试。
    • ·552 Requested mail action aborted: exceeded storage allocation
    • 请求的邮件操作中止:超出存储分配。建议您整理邮箱中的邮件。
    • · 553 Requested action not taken: mailbox name not allowed (E.g., mailbox syntax incorrect)
    • 请求的操作未被执行:不允许的邮箱名称(例如,邮箱的语法不正确的);
    • ·550 5.3.4 Requested action not taken; This account is currently blocked from sending messages. If you don't think you've violated the Windows Live Terms of Use, please contact customer support
    • 请求不采取行动,这是目前从帐户发送的邮件被阻止。如果您不认为您已经违反了Windows Live的使用条款,请联系其客户支持。
  • 相关阅读:
    <audio> 标签简介
    <sessionState>
    为 IIS 7.0 配置 <system.webServer>
    Litepal 数据库操作框架的使用 (火)
    Oracle Study之-AIX6.1构建Oracle 10gR2 RAC(4)
    【iOS开发-55】图片轮播案例:scrollView的分页、滚动栏、利用代理控制定时器和Page Control以及多线程问题
    小白学react之网页获取微信用户信息
    HTML5游戏实战(1):50行代码实现正面跑酷游戏
    浮动、定位
    Tomcat7.0源代码分析——启动与停止服务原理
  • 原文地址:https://www.cnblogs.com/freedomwei/p/10163356.html
Copyright © 2020-2023  润新知