DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Email failures

 5 Replies
 1 Subscribed to this topic
 28 Subscribed to this forum
Sort:
Author
Messages
New Around Here
Posts: 17
New Around Here

A problem has developed on our site - some emails aren't being sent.  This includes password reset links and registration emails. But some are - contact forms etc.

The SMTP error message is "User not local; please try a different path. The server response was: Sender address is not valid for your login. Check your email program settings."

In other words, the SMTP server doesn't like the sender address. 

However this VB code runs fine:

        DotNetNuke.Services.Mail.Mail.SendEMail(
            fromAddress:="info@mydomain.org.uk",
            toAddress:="[email protected]",
            subject:="Test",
            body:="body")

where the From address is host/portal's SMTP user name, and fails if the sender isn't an address om my domain (as expected)

The SMTP server settings in DNN are: basic authentication (with a valid username and password) and enable SSL true

All I can think is that the emails that fail are overriding the sender address in Settings.  Would they do this?

It used to work, but it's likely there have been Microsoft updates to the server (over which I have no control!)

DNN v9.7.2

 

Advanced Member
Posts: 178
Advanced Member
2 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
New Poster
New Poster
Congrats on posting!
4 Engaged Reader
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader
Avid Reader art thou!
Who is your SMTP sending server?
New Around Here
Posts: 17
New Around Here

It's parkerseal.org.uk:587

parkerseal.org.uk is my domain, [email protected] is a valid smtp login - and also the Host Email in DNN

Advanced Member
Posts: 178
Advanced Member
2 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
New Poster
New Poster
Congrats on posting!
4 Engaged Reader
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader
Avid Reader art thou!

Since 9.9.0 we use Mailkit as mailprovider instead of the CoreMailProvider. Maybe this solves the issue you have but I not sure. Read Release v9.9.0 · dnnsoftware/Dnn.Platform · GitHub

New Around Here
Posts: 17
New Around Here

Sorry. I misunderstood what you were asking!  We're still on 9.7 as I need to rewrite the membership provider before we can upgrade. But the shared host we use runs Plesk so is probably using MailEnable as the SMTP server.

New Around Here
Posts: 17
New Around Here

Now resolved. The problem was that the email's Sender was different to the SMTP username, which MailEnable didn't like.

So I had to change the SMTP Username in Server/Settings to match the email address of the primary administrator

 

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

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

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. 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.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved