zoukankan      html  css  js  c++  java
  • 常见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的使用条款,请联系其客户支持。
  • 相关阅读:
    Linux 内核中的 Device Mapper 机制
    阿里云 Angular 2 UI框架 NG-ZORRO介绍
    Docker容器 暴露多个端口
    修改docker容器的端口映射
    Ubuntu Docker安装
    Docker容器技术的PaaS云平台架构设计***
    scala 学习笔记三 闭包
    scala 学习笔记二 方法与函数
    scala 学习笔记一 列表List
    Python3 写Windows Service服务程序
  • 原文地址:https://www.cnblogs.com/freedomwei/p/10163356.html
Copyright © 2011-2022 走看看