Lost Password Error

5 posts by 4 authors in: Forums > CMS Builder
Last Post: March 17, 2011   (RSS)

Re: [rentittoday] Lost Password Error

By gkornbluth - March 17, 2011

Hi,

Not a solution, but some questions that may help pinpoint the problem.

What happens when your client enters one of your "working" addresses? Does he have the same issue?

Does the issue stay the same with a different browser?

What happens when you enter his email address in your browser?

Good luck,

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [rentittoday] Lost Password Error

By Jason - March 17, 2011

Hi,

This could be a problem with your SMTP settings on your server. You can test this by create a simple PHP script that attempts to send an email. All you need in the file is this:

<?php
mail('my@email.com', 'My Test Email', 'This is a test email') or die("ERROR! EMAIL COULD NOT SEND");
?>


Just replace "my@email.com" with your email address. Run the script and see if you get an error. If you don't get an error, check your inbox to see if you received the message.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [gkornbluth] Lost Password Error

By rentittoday - March 17, 2011

The "client" is an end-user so we have not had him enter any email addresses or try different browsers.

When I enter his email address in my browser I get the same error as he describes. I entered 2 of my different email addresses in and it goes through fine on both.

I have tested his and my email in Safari and Firefox. And still get the error on his.

I do not think it is an overall server email thing because our server is sending out email fine from the front-end of our site. And CMS is sending out emails fine for my email addresses when I tested out the email lookup thing both before and after I tried his email address.
Jason Glass

Re: [rentittoday] Lost Password Error

By Dave - March 17, 2011

It is definitely a mail server issue. All the PHP mail() function does it pass the message to your servers outgoing (SMTP) mail server for sending.

It's likely that either your mail server or his is misconfigured. Here's some links to get your started:

http://serverfault.com/questions/187529/550-requested-action-not-taken-mailbox-unavailable-or-not-local

http://www.google.com/search?q=mailbox+unavailable+or+not+local

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com