Note that there are some explanatory texts on larger screens.

plurals
  1. POYahoo business mail - All of sudden - The server response was: 5.7.1 Authentication required
    primarykey
    data
    text
    <p>I am using yahoo business mail as my smtp provider to send email from asp.net site hosted on IIS 7.5 All of sudden users are getting an error. My hosting provider says that it may be issue with yahoo servers. Any other idea what can be wrong? Below is error message and configuration of my web.config</p> <p>System.Net.Mail.SmtpException The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Authentication required</p> <p>System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Authentication required at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException&amp; exception) at System.Net.Mail.SmtpClient.Send(MailMessage message)</p> <pre><code>&lt;system.net&gt; &lt;mailSettings&gt; &lt;smtp from="administrator@xxx.com"&gt; &lt;network host="98.139.221.242" port="25" enableSsl="false" userName="administrator@xx.com" password="xxx" defaultCredentials="false" /&gt; &lt;/smtp&gt; &lt;/mailSettings&gt; &lt;defaultProxy&gt; &lt;proxy usesystemdefault="False"/&gt; &lt;/defaultProxy&gt; &lt;/system.net&gt; </code></pre> <p>I logged in with above email and password in yahoo and I was able to access the account.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload