Topic: Register.php not sending email (Read 3860 times)
Kill the googlebot
Posts: 6
44 credits Members referred : 0
« on: Mar 12, 2007, 10:25:07 am »
I am trying to test the access_user Register.php class but can not get the user to register
I fill in all fields but get the error Sorry, an error occurred please try it again. which looking through the code appears to be an error due to the email not being able to be sent.
I am hosing the site on a Diskstation DS106. I can not see ho the email is to be sent as there is no where specifying the SMPT or POP3 addresses.
Tim Norton
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Mar 12, 2007, 11:48:03 am »
Hello Tim,
do you tried to send a mail with the mail() function without using the class?
Kill the googlebot
Posts: 6
44 credits Members referred : 0
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #5 on: Mar 12, 2007, 12:51:05 pm »
Quote
Whats throwing me here is there is no settings for the POP3 or SMTP servers so what is sending the email?
this script is not a desctop mail client, the mail is send bt PHP and doesn't need extra configurartion
Kill the googlebot
Posts: 6
44 credits Members referred : 0
« Reply #6 on: Apr 09, 2007, 02:02:16 pm »
After much stuffing around, I realized that the problem was my ISP was rejecting the email SMTP request due to an unknown IP address as a suspect spammer - Returned Error 550
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=6209