Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DNN 5.6 SMTP Server Settings test donDNN 5.6 SMTP Server Settings test don't work
Previous
 
Next
New Post
11/26/2010 3:49 AM
 
Hi, I report a bug in the last DNN 5.6 version. After installed all work fine, if I click on remember password the email is sent and all work fine with SMTP settings entered. But if I login with host user and try to click on test button for SMTP Server Settings in host menu DNN tell me that the server is not available!
Below you can see the message:
There has been an error trying to send the test email. The error is:
The message was not delivered to the following address(es) -

An here you can see the event view:
AssemblyVersion: 5.6.0
PortalID: 0
PortalName: TestSite
UserID: 1
UserName: host
ActiveTabID: 16
ActiveTabName: Host Settings
RawURL: /host/host settings/tabid/16/portalid/0/default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://mywebsitetest.com/host/host%20settings/tabid/16/portalid/0/default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.15) Gecko/20101026 Firefox/3.5.15 ( .NET CLR 3.5.30729; .NET4.0E)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 887327d5-bcfd-4cbb-9455-ce7b8968da1c
InnerException: Mailbox unavailable. The server response was: Delivery is not allowed to this address.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Net.Mail.SmtpTransport.SendMail
StackTrace:
Message: System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: Delivery is not allowed to this address. at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, String ReplyTo, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, List`1 Attachments, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword, Boolean SMTPEnableSSL)
Source:
Server Name: VM0012

I think it is a bug! In other installation in the same machine with the same settings test button for SMTP settings work fine!
 
New Post
11/26/2010 6:15 AM
 
how did you setup SMTP server in host settings? does the same error occur, if you use admin email addresss in Host Settings as host email?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
11/26/2010 8:25 AM
 
I've configured in the same way of other DNN installation in the same machine. The email setted in host settings is the same of admin user.
Have you tried to click on test button on 5.6 version? It work for you?
 
New Post
12/1/2010 3:53 PM
 
I am having the same problem.  Existing DNN installation with originally working SMTP Server settings no longer works after upgrading to 5.6.

The SMTP Server and Credentials are valid (functional from other email clients) but DNN Test and email functionality throws the exception shown below.  I have tried alternte SMTP options, all with the same error.

This is a GoDaddy hosted DNN instance (new installation two days ago and immediately upgraded to 5.6.)

AssemblyVersion: 5.6.0
PortalID: 0
PortalName: Volleyball Teams
UserID: 1
UserName: host
ActiveTabID: 16
ActiveTabName: Host Settings
RawURL: /dnn/Host/Host Settings/tabid/16/portalid/0/Default.aspx
AbsoluteURL: /dnn/Default.aspx
AbsoluteURLReferrer: http://www.volleyballteams.org/dnn/Ho...
UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 997f94ee-11b7-416f-a941-b3022ce12cdd
InnerException: Failure sending mail.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Net.Sockets.Socket.DoConnect
StackTrace:
Message: System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 72.167.82.80:25 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- 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(ServicePoint servicePoint) at System.Net.Mail.SmtpTransport.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 DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, String ReplyTo, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, List`1 Attachments, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword, Boolean SMTPEnableSSL)
Source:
Server Name: P3NW8SHG212
 
New Post
12/1/2010 5:10 PM
 
test button works here for 5.6.0, but starting with messaging added to DNN 5.3.0, there had been changes in sending emails, which might cause side effects in some constallations.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DNN 5.6 SMTP Server Settings test donDNN 5.6 SMTP Server Settings test don't work


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out