I keep getting this error whenever I attempt to do a password reset:
Â
Quote
> 2019-12-22 21:06:52.666 [Error] Failed to send email (Subject: Intersect Game Engine - Password Reset Code) to <censored-for-privacy>@gmail.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\6c64f60308be6068\Intersect.Server\Classes\Notifications\Notification.cs:line 60
Â
Â
I have my config.json file configured as so:
Â
Quote
Â
"SmtpSettings": {
  "FromAddress": "noreplyerisonline@gmail.com",
  "FromName": "Eris Online",
  "Host": "smtp.gmail.com",
  "Port": 587,
  "UseSsl": true,
  "Username": "noreplyerisonline@gmail.com",
  "Password": "<password>"
 },
Â
Â
If you could help me reach a solution it would be greatly appreciated.
Thank-you in advance!
Â
Â
PS: to the admins that warned me for "post hijacking" on the post below, my bad! Just thought it would be better that I post there instead of making multiple posts about the same problem! Anyway its all good!
Question
Lyim
Hello all,
Â
I keep getting this error whenever I attempt to do a password reset:
Â
Â
Â
I have my config.json file configured as so:
Â
Â
If you could help me reach a solution it would be greatly appreciated.
Thank-you in advance!
Â
Â
PS: to the admins that warned me for "post hijacking" on the post below, my bad! Just thought it would be better that I post there instead of making multiple posts about the same problem! Anyway its all good!
Â
Â
Link to comment
Share on other sites
4 answers to this question
Recommended Posts