Jump to content

Problem using mail function


frenly

Recommended Posts

I have a PHP script where I need to use the session variable $_SESSION['username'] to send email to the address contained in the session variable username. The session variable holds valid email address but when i assign the session variable to another variable and try to send email like-

 

$payer_email=$_SESSION['username'];

 

mail($payer_email, "Your order", $pins); , it does not work

 

But when i test the mail function using my email address directly as- mail ("myemail@mail.com", "Your order", $pins), it works

 

Can somebody point me out what my mistake is in this case?

 

Thanks

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.