Hi,
I am trying to set up the system to allow automatic emailing of dashbaords.
I am getting this error message:
Error 1 of 2
Title:
Failed to send email.
Details:
Web response code: Precondition Failed: (Dundas.BI.OperationFailedException)
8
DoSend
Dundas.BI.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=521861cc52c056d5
Dundas.BI.Services.EmailService
Void DoSend(System.Net.Mail.MailMessage)
at Dundas.BI.Services.EmailService.DoSend(MailMessage mail)
at Dundas.BI.Services.EmailService.SendTestEmailHelper(MailAddress toAddress)
at Dundas.BI.Services.EmailService.SendTestEmail(MailAddress toAddress)
at Dundas.BI.WebApi.Controllers.EmailController.SendTestEmail(EmailOptions options, Nullable`1 sessionId)
Error 2 of 2
Title:
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at
Details:
Web response code: Precondition Failed: (System.Net.Mail.SmtpException)
8
CheckResponse
System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Net.Mail.MailCommand
Void CheckResponse(System.Net.Mail.SmtpStatusCode, System.String)
at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, MailAddress from, Boolean allowUnicode)
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, Boolean allowUnicode, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at Dundas.BI.Services.EmailService.DoSend(MailMessage mail)
Can anyone please advise on how to fix?
Tnx,
Tommy