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

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

You will not believe me when i tell you this ! 

 

<?php

$email_address = "enemeth@csc.com";
$subject = "Test";
$message = "Please Work";
$from = "From: The Truth Discovered Webmaster< admin@mydomain.com> 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< admin@mydomain.com> 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

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.