Jump to content
  • 0

Password Recovery Error


Guest

Question

Quote

聽 "SmtpSettings": {
聽 聽 "FromAddress": "MYEMAIL@gmail.com",
聽 聽 "FromName": "The Celtos - DEV",
聽 聽 "Host": "smtp.gmail.com",
聽 聽 "Port": 587,
聽 聽 "UseSsl": true,
聽 聽 "Username": "MYEMAIL@gmail.com",
聽 聽 "Password": "PASS"

聽and get error

> 2020-03-11 22:52:39.311 [Error] Failed to send email (Subject: The Celtos - C贸digo de redefini莽ao de senha) to dhm.hc@hotmail.com. Reason: Uncaught Error
System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Authentication Required. Learn more at
聽 聽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 Intersect.Server.Notifications.Notification.Send() in C:\TeamCity\buildAgent\work\40dc5d27074313da\Intersect.Server\Classes\Notifications\Notification.cs:line 60

i`m using 0.6.1.234

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0
3 minutes ago, Celtos said:

The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Authentication Required.

Pretty self explaining, either use a secure server or set聽"UseSsl" to聽false if your pass and login are correct

Link to comment
Share on other sites

  • 0

I disable UseSSL聽

Quote

> 2020-03-11 23:08:30.599 [Error] Failed to send email (Subject: The Celtos - C贸digo de redefini莽ao de senha) to dhm.hc@hotmail.com. Reason: Uncaught Error
System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. w1sm11029638qkc.117 - gsmtp
聽 聽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 Intersect.Server.Notifications.Notification.Send() in C:\TeamCity\buildAgent\work\40dc5d27074313da\Intersect.Server\Classes\Notifications\Notification.cs:line 60

Link to comment
Share on other sites

  • 0

I`ve try this config

Quote

聽 "SmtpSettings": {
聽 聽 "FromAddress": "suport.theceltos@gmail.com",
聽 聽 "FromName": "The Celtos - DEV",
聽 聽 "Host": "smtp.gmail.com",
聽 聽 "Port": 465,
聽 聽 "UseSsl": true,
聽 聽 "Username": "suport.theceltos@gmail.com",
聽 聽 "Password": "pass"

Quote

> 2020-03-11 23:16:45.596 [Error] Failed to send email (Subject: The Celtos - C贸digo de redefini莽ao de senha) to dhm.hc@hotmail.com. Reason: Uncaught Error
System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed.
聽 聽at System.Net.Mail.SmtpReplyReaderFactory.ProcessRead(Byte[] buffer, Int32 offset, Int32 read, Boolean readLine)
聽 聽at System.Net.Mail.SmtpReplyReaderFactory.ReadLines(SmtpReplyReader caller, Boolean oneLine)
聽 聽at System.Net.Mail.SmtpReplyReaderFactory.ReadLine(SmtpReplyReader caller)
聽 聽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 Intersect.Server.Notifications.Notification.Send() in C:\TeamCity\buildAgent\work\40dc5d27074313da\Intersect.Server\Classes\Notifications\Notification.cs:line 60

Link to comment
Share on other sites

  • 0

it can take an hour for gmail to update the less secure settings btw,

if that doesn't help i'm out of advice.

I'm using my own mailserver and it works fine, so either intersect doesn't work with gmail or you're having a setting wrong somewhere.

Link to comment
Share on other sites

  • 0
6 minutes ago, Celtos said:

OK, I will try to use my website settings

http://prntscr.com/rf0qso

Get error...

> 2020-03-12 00:20:06.358 [Error] Failed to send email (Subject: The Celtos - C贸digo de redefini莽ao de senha) to dhm.hc@hotmail.com. Reason: Uncaught Error
System.Net.Mail.SmtpException: The operation has timed out.
聽 聽at System.Net.Mail.SmtpClient.Send(MailMessage message)
聽 聽at Intersect.Server.Notifications.Notification.Send() in C:\TeamCity\buildAgent\work\40dc5d27074313da\Intersect.Server\Classes\Notifications\Notification.cs:line 60
2020-03-12 00:20:09.670 [Error] [Flood]: 121 Burst Packets [User: SpiidO | Player: SpiidO | IP 187.183.80.189]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...