- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们有一个订阅,它会向每位顾问发送一封邮件,告知他们 future 几周的计划。两周前,我们已经从本地邮件服务器更改为 O365 邮件服务器。自此更改以来,我注意到一些顾问没有收到他们应该收到的邮件。这让我查看了 RS 日志,两周前我有 6 个人没有收到他们的电子邮件,而上周是 9。我检查了他们的邮件地址中是否有拼写错误的数据,但一切都很好,因为我没有更改设置的这一部分(当我们仍然有本地邮件服务器时,这工作正常)。
notification!WindowsService_1!24f8!03/26/2021-16:00:13:: i INFO: Notification 84547a5f-930f-45e6-8085-0e738664c590 completed. Success: True, Status: Mail sent to a********.d******@*******.com, DeliveryExtension: Report Server Email, Report: OPS Individual Planning For Subscription, Attempt 0
emailextension!WindowsService_1!1a38!03/26/2021-16:00:13:: e ERROR: Error sending email. Exception: System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.Mail.SmtpConnection.Flush()
at System.Net.Mail.ReadLinesCommand.Send(SmtpConnection conn)
at System.Net.Mail.EHelloCommand.Send(SmtpConnection conn, String domain)
at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
at System.Net.Mail.SmtpClient.GetConnection()
at System.Net.Mail.SmtpClient.Send(MailMessage message)
--- End of inner exception stack trace ---
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
notification!WindowsService_1!1a38!03/26/2021-16:00:13:: e ERROR: Error occurred processing subscription 4ee16cfe-5e77-4da9-8433-d62a99d11ea2: Failure sending mail: Failure sending mail.
在第一行你可以看到一个成功的操作,但是在那之后你可以看到一个失败。“身份验证失败,因为远程方已关闭传输流”截至上周,我们还在为 SQL Server 2016 SP2 运行 CU15。
根据我在网上找到的内容,它与 TLS 相关,但我已经检查过这个并且在我们的案例中检查了 1.2。此外,如果它是 TLS,我会觉得有点奇怪,因为这是一个浏览器设置,订阅由 SQL Server 本身管理。
如果有人对此有解决方案,请告诉我!
亲切的问候,凯文
最佳答案
我遇到了同样的问题和同样的错误信息。根据评论,我也对为什么有些电子邮件失败而其他电子邮件失败感到困惑。
this article解释原因:
Starting in September 2021, we will reject a small percentage of connections that use TLS1.0 for SMTP AUTH. Clients should retry as with any other temporary errors that can occur during submission. Over time we will increase the percentage of rejected connections, causing delays in sending that more and more customers should notice
您确定已设置 TLS 1.2 吗?
关于sql-server - 改成O365邮件服务器后SSRS报订阅错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66854430/
我需要重命名目录中的所有文件。源文件名的一些示例是: alpha--sometext.381928 comp--moretext.7294058 生成的文件将重命名为: alpha.sometext.
我正在尝试编写一个方法,将 CDROM 驱动器从字母 D 更改为字母 Z,但对 WMI 没有任何运气。我可以使用 C# 执行此操作吗? public void setVolCDROM() {
考虑以下简单示例: namespace Calculus { type Func = { (arg: T): T; delta: (arg: T) => T; }; con
我编写了一个隐藏或显示所有应用程序形式(包括子形式)的方法。代码如下: public enum FormState { Show , Hidden, Enable, D
我创建了两个对象。 square1 和 square2 对象。我期望输出 Double line square object。但单个方形对象仅可见。如何做这个可见的双线方形对象? 在我的代码下面。 f
嗯,我有计算器。我想在其中接受值(value) $1,000,000格式 所以下面是我的代码,想知道如何使用 php 替换它们 直播:http://ffsng.deewayz.in/index.php
我看到 grunt.js 中的默认 linter 是 jshint,但我已经习惯了使用 jslint。是否可以更改 grunt.js 使用的 linter? 最佳答案 无耻的 self 推销 有一个插
我使用的是 EF Code First (.NET 4.5 + VS2012)。我的项目正在正确创建和使用 LocalDB。我的机器上也安装了 SQL Server Express (2008R2)。
我创建了包含 5 个 xib 的项目。当我尝试在 iPad 模拟器中运行该项目时。一些 Xibs 将采用 iPhone 屏幕尺寸。我想转换那些支持 iPad Xib 屏幕尺寸的 iphone xib。
我们的应用程序一直在工作。现在,在他们迁移到 bundler 1.0.7 之后,我第一次将一些新代码推送到 Heroku 上。现在我们的应用程序崩溃了,我收到了这个错误消息 - /usr/ruby1.
我是一名优秀的程序员,十分优秀!