Hi,
Upon password reset on the frontpage, i get the following notice:
Password reset was unsuccessful. Please correct the errors and try again.
This is due to attempting to send an email using PHP with no authentification. You need to start sending emails with a authentificated account, or simply enable DKIM on the domain.
Upon password reset on the frontpage, i get the following notice:
Password reset was unsuccessful. Please correct the errors and try again.
- 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 AnandTech.Public.Models.AccountMembershipService.ResetPassword(String email) in C:\Data\Git\clients\anandtech\src\AnandTech.Public\Models\AccountModels.cs:line 96
This is due to attempting to send an email using PHP with no authentification. You need to start sending emails with a authentificated account, or simply enable DKIM on the domain.