This topic is locked
[SOLVED]

 'Remind password' and 'Registration' pag

8/8/2011 4:35:46 AM
PHPRunner General questions
M
matteofaini author

'Remind password' and 'Registration' pages don't send email

Hi,

I'm using PHPRunner 5.3 build 7474.

I set the "user login settings" in order to have a reminder password page, registration page, ecryption, send activation link...

Everything seems ok, but I don't receive any mail: no mail to user, no mail to admin, no mail for "remind password"... nothing at all.

I set two different smtp server (mine and Gmail), I used two different browser, I tried two different host server (local XAMPP and the remote one), I checked that all mail address are different... now I haven't got a clue.

In other pages, when I needed to send mail, I had used class.phpmailer.php, class.pop3.php, class.smtp.php in the events.

Here, as far as I know, everything should be automatic...

Is there anything I can check?
Than you in advance,

Matteo

Sergey Kornilov admin 8/8/2011

Matteo,
you need to make sure SMTP server settings are correct. If this doesn't help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

J
John 8/9/2011

Here is one more item to check. I had a similar issue that took some time to fix.

  • Find the PHPFUNCTIONS.PHP file for the following statement that is located in your PHPRunner folder:
  • Look for $customSMTP statement. around line # 48.
  • Check to see if $customSMTP = 1;
  • Rebuild your project and try sending emails again



JSD

M
matteofaini author 8/10/2011



Here is one more item to check. I had a similar issue that took some time to fix.

  • Find the PHPFUNCTIONS.PHP file for the following statement that is located in your PHPRunner folder:
  • Look for $customSMTP statement. around line # 48.
  • Check to see if $customSMTP = 1;
  • Rebuild your project and try sending emails again


    JSD


WOW! Great! It's perfect now...

To be honest, PHPFUNCTIONS.PHP is quite different from versione 5.2 to versione 5.3... Why Were we the only one to get problems?
Anyway... congratulations and thank you once more!