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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreEmail notification via non-standard smtp portEmail notification via non-standard smtp port
Previous
 
Next
New Post
11/14/2008 3:25 AM
 

An email confirmation is not sent to a store owner and a client if smtp server port number is different from standard 25. I hope it will be fixed in the next version.

Thank you.

 
New Post
11/14/2008 10:39 AM
 

Hi Pavel,

My smtp server port is different then 25.
I have no problems with the store email.

With regards, Ton Hermes


Art is hard work, inspiration is the cream on top of it. See my watercolors at www.watermansite.com and my enamel art at www.watermanshop.com
 
New Post
11/14/2008 1:27 PM
 

I reinstalled and rechecked many times, but until I changed the source code it wasn't sent (unlike Test function in Host Settings and Feedback module, both of which worked fine). I have the following Host Settings:

SMTP Server and port: smtp-20.1gb.ru:465

SMTP Authentication: basic

Probably you have "Enable SSL" option checked and it's handled well by the code. Store's code has it hardcoded "smtpClient.Port = 25" while, for example, feedback module has:

Dim SmtpPort As Integer = Null.NullInteger
Dim portPos As Integer = SMTPServer.IndexOf(":")
If portPos > -1 Then
    SmtpPort = Int32.Parse(SMTPServer.Substring(portPos + 1, SMTPServer.Length - portPos - 1))
    SMTPServer = SMTPServer.Substring(0, portPos)
End If


 

 

 

 

 
New Post
11/14/2008 2:41 PM
 

Hi Pavel,

I had problems with the emails of store in the beginning aswell.

I changed in HOST->SMTP server settings
the option setting
Anonymous to-> Basic

After that the mail was handled fine by the store module.

please check it out.
With regards, Ton Hermes


Art is hard work, inspiration is the cream on top of it. See my watercolors at www.watermansite.com and my enamel art at www.watermanshop.com
 
New Post
11/16/2008 11:03 PM
 

Hi, Ton.

Does your Smtp Server string have a port number after a colon?

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreEmail notification via non-standard smtp portEmail notification via non-standard smtp port


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