CRLF的缺失导致smtp方式发送邮件失败
November 5, 2023
问题描述 # 最近在工作中遇到一个问题,客户端(c++)使用smtp方式发送邮件失败,报错如下: The mail client submitted this message with bare line feeds, which cannot be sent via SMTP protocol DATA command and receiving system does not support BDAT 翻译中中文就是: 邮件客户端在提交此邮件时未 ...