Jump to content
  • 0

Password Recovery Error


Question

Posted
Quote

聽 "SmtpSettings": {
聽 聽 "FromAddress": "[email protected]",
聽 聽 "FromName": "The Celtos - DEV",
聽 聽 "Host": "smtp.gmail.com",
聽 聽 "Port": 587,
聽 聽 "UseSsl": true,
聽 聽 "Username": "[email protected]",
聽 聽 "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 [email protected]. 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

12 answers to this question

Recommended Posts

  • 0
Posted
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

  • 0
Posted

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 [email protected]. 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

  • 0
Posted

I`ve try this config

Quote

聽 "SmtpSettings": {
聽 聽 "FromAddress": "[email protected]",
聽 聽 "FromName": "The Celtos - DEV",
聽 聽 "Host": "smtp.gmail.com",
聽 聽 "Port": 465,
聽 聽 "UseSsl": true,
聽 聽 "Username": "[email protected]",
聽 聽 "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 [email protected]. 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

  • 0
Posted

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.

  • 0
Posted

the email is right, I did it wrong when creating lkkkkkkk

  • 0
Posted
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 [email protected]. 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]

  • 0
Posted

[Error] [Flood]: 121 Burst Packets聽

does not seem healthy

also, does your host allow sending mails?

i get this while testing your host:

6szXh0z.png

while it should say:

KN4vtW5.png

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...