We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述 使用阿里云邮箱的smtp作为发送邮件服务,多次发送邮件会被过滤,工单阿里云邮箱后给回复是被过滤了,需要添加 message-ID 来避免过滤。
复现步骤 多次发送测试邮件 预期结果
有地方可以配置邮件额外的参数,比如邮件发送的title支持变量,来动态生成 subject或者添加一个唯一的message-ID
相关截图
The text was updated successfully, but these errors were encountered:
https://help.aliyun.com/document_detail/73036.html
Sorry, something went wrong.
No branches or pull requests
问题描述
使用阿里云邮箱的smtp作为发送邮件服务,多次发送邮件会被过滤,工单阿里云邮箱后给回复是被过滤了,需要添加 message-ID 来避免过滤。
复现步骤
多次发送测试邮件
预期结果
有地方可以配置邮件额外的参数,比如邮件发送的title支持变量,来动态生成 subject或者添加一个唯一的message-ID
相关截图
The text was updated successfully, but these errors were encountered: