Jump to content

need help with php email conformation...


Alidad

Recommended Posts

Hi, i really need help to solve this problme becuase i have spend one whole day to figure out how to solve that.

 

please check Verifying email address sample tutorial from http://www.phpeasystep.com/phptu/24.html and i have tested from my server, the first step works great by send data to mysql along with conformation code number.

 

After that is suppose to send email conforamtion from mysql, but it could not be abel to send email for some reason. I thought maybe i go head to change some code to see if that works,

instead of put

 

mail($to,$subject,$message,$header); 

 

i put

 

mail('name@name.com',$subject,$message,$header);

 

is works great when they get email conformation, but then, is not working when use

 

"$to" 

 

which is mean email address of who to send to.

 

Dose any idea hwo can i solve thsi problme!

 

I really need help please thanks.

 

AM

Link to comment
Share on other sites

I tried everything i could and i still could not be able to solve it, i just don't see what did i missed after I tried everything with "$to"

 

does anyone can test see what did i missed please.

 

AM

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.