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('[email protected]',$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
https://forums.phpfreaks.com/topic/104274-need-help-with-php-email-conformation/
Share on other sites

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.