Jump to content

[SOLVED] lost password code problem


enemeth

Recommended Posts

well freehostia (which is who i think your with) have 3xemail accounts even on the free accounts..

their might be something you need to check in the cPanel or something, as you can probably tell i didn't get the email:(

 

try contecting them or check the their FAQ's

 

anyways i have to get some sleep (3am here in the UK)

 

Well Elaine i hope you find a solution, if not i'll see if i can think of anything else to try

 

good luck

 

-MadTechie

i didnt get it working!

 

i am waiting on the hosting guys, they said i should have it working but they figure it is on my side or they said this :

 

Hello,

 

No, you can use the mail() function of php in more than one place without problems.

 

Try to set your script to send out the emails from a mailbox that is created at your domain name on our servers.

 

Best Regards,

Bob

 

amazing i dont no what now i told them no we did tests from other computers with the script on other servers even andit worked , but i am still waiting for a response !

 

go to sleep now i will be back tomorrow and let you know ;)

 

Elaine

 

You will not believe me when i tell you this ! 

 

<?php

$email_address = "[email protected]";
$subject = "Test";
$message = "Please Work";
$from = "From: The Truth Discovered Webmaster< [email protected]> X-Mailer: PHP" . phpversion();
$mailcheck = mail($email_address, $subject, $message, $from); 
if($mailcheck)
{
echo "Your password has been sent! Please check your email!<br />"; 
}else{
echo "email..failed<br />"; 
}

?>

 

you see this :  $from = "From: The Truth Discovered Webmaster< [email protected]> X-Mailer: PHP" . phpversion();

 

that little space between Webmaster< admin

 

that was the cause of all this LOL

 

OMG i cant believe it , but we got it fixed I want to thank everyone ! Oh so happy now ! i can go to sleep :)

 

*hugs*

 

Elaine

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.