YAFLogo

Cuse219
  • Cuse219
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
I'm getting this message on my forum.

Error sending emails to users

System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: The remote name could not be resolved: 'Admin@MYWEBSITE.net' at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port) 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 yaf.pages.ForumPage.SendMailThread()

How do I fix this? Could I of caused this when editing the "default.aspx" file to change the forum header?

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
16 years ago
the smtp server entered into mail.config doesn't appear to be correct.
Cuse219
  • Cuse219
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
15 years ago

the smtp server entered into mail.config doesn't appear to be correct.

Jaben wrote:

What should it look like and how can I correct it?