Mail Configuration

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/21/2011 1:09:55 AM
Gravatar
Total Posts 22

Mail Configuration

Hi Joe and MojoPortal Users

We had just change our Mailserver, which is no longer on the localhost. I've checked all Settings in the User.config and run some test to be sure it works.

For the Contact Form = OK

But "Re-Send Confirmation EMail" give the following error in the Log - File. 

2011-10-21 07:53:12,000 ERROR 85.93.217.170 - en-US - /Admin/ManageUsers.aspx?userid=60 - mojoPortal.Net.Email - error sending email to lwanderscheid@mamer.lu from "noreply@solinf.lu" <noreply@solinf.lu>, will retry
2011-10-21 07:53:15,093 ERROR 85.93.217.170 - en-US - /Admin/ManageUsers.aspx?userid=60 - mojoPortal.Net.Email - all retries failed sending email to lwanderscheid@mamer.lu from "noreply@solinf.lu" <noreply@solinf.lu>, message was: Thank You for Registering with Votre partenaire en informatique!

Your Registration will be confirmed by clicking the link below to unlock your account.
This is to prevent other people from Registering with your email address.


http://www.solinf.lu/ConfirmRegistration.aspx?ticket=c033e7cb-6757-4dac-bf8d-0ac95b2ba888
System.Net.Mail.SmtpException: Transaction failed. The server response was: 5.7.1 <lxxxxx@xxxxr.xx>: Relay access denied
at System.Net.Mail.RecipientCommand.CheckResponse(SmtpStatusCode statusCode, String response)
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at mojoPortal.Net.Email.Send(SmtpSettings smtpSettings, MailMessage message)

Is there a difference between the 2 modules?

Thanks for any help

Yves

 

 

Configuration: 

mojoPortal Version 2.3.7.0 MySQL

Operating System Microsoft Windows NT 5.2.3790 Service Pack 2

ASP.NET Info v2.0.50727 Running in Full Trust

Server Time Zone Romance Daylight Time

Server Local Time (GMT 2) 21/10/2011 07:56:29

Greenwich Mean Time (GMT/UTC) 21/10/2011 05:56:29

10/21/2011 8:12:57 AM
Gravatar
Total Posts 18439

Re: Mail Configuration

Hi Yves,

No, there is no difference in how it sends the email from there vs the contact form.

But the address that you are sending the maill to can also be a factor if your mail server is configured to limit where you can send mail. The mail server is rejecting the recipient address according to the error.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.