Sending email failed #5755
Replies: 1 comment
-
The error message you're encountering indicates that the application is unable to establish a connection to the target computer, which in this context is likely a mail server. This can happen for several reasons, such as the mail server actively refusing the connection, network issues, incorrect port or host details, or firewall settings preventing the connection. Given the context of Elsa workflows and the error message, it seems that the issue is occurring during an attempt to send an email using the
If you continue to experience issues after checking these points, you may need to contact your SMTP service provider for further assistance or check if there are any known issues with their service. This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
Error message: Unable to connect due to active rejection by the target computer.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.TaskToAsyncResult.End(IAsyncResult asyncResult) at MailKit.Net.SocketUtils.SocketConnectState.OnEndConnect(IAsyncResult ar) --- End of stack trace from previous location --- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken) at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken) at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken) at MailKit.Net.Smtp.SmtpClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken) at Elsa.Email.Services.MailKitSmtpService.SendMessage(MimeMessage message, CancellationToken cancellationToken) at Elsa.Email.Services.MailKitSmtpService.SendAsync(MimeMessage message, CancellationToken
Beta Was this translation helpful? Give feedback.
All reactions