im trying to figure out if i set up my ipn.php file wrong from what i gather from the code when someone buys vip thou paypal they should get an email saying thanks and that they have been added ect and then they should by added automatically to vip for how ever Manny days they payed for then i should get an email from PayPal saying i made a sell with all the info right ? how ever when some buys vip from me they don't receive an email from my site or added to vip i get an email from paypal and a few mins latter one pissed off customer saying he didn't get his vip he paid for so i just went in to my admin panel any added him manually and gave him a little extra to make him happy i bout vip for my wife's myspace account to test it and same thing happened to me she didn't receive an email from my site and wasn't added to vip ether im kinda thinking i may not have set my email up right in the ipn.php file do i need 2 email accounts ? one regular email and one set up as an auto responder ? hears the section of the code i think i may of missed up on scene its the only part i did any thing to scene the install instructions said Edit ipn.php to change emails $message .= "Dear $first_name,\nThank you for your order of: $item_name.\n\nYour VIP day(s) have been added, plus a little extra\nIf your VIP does not show up within a hour, please contact us: admin@daddydanimal.com"; mail($payer_email, "VIP order completed", $message, "From: admin@daddydanimal.com\nReply-To: admin@daddydanimal.com"); } else { Make sure to change email info below! $message .= "Dear $first_name,\nThank you for your order.\n\nYour VIP days will be added when the funds have cleared.\n\nThankyou \n\nadmin@daddydanimal.com"; mail($payer_email, "VIP order received", $message, "From: admin@daddydanimal.com\nReply-To: admin@daddydanimal.com"); mail($receiver_email, "Incomplete PayPal Transaction", "An incomplete transaction requires your attention."); if any one could tell me what i did wrong and/or what i need to do to fix it i would be verry great full ok after doing a lot of goggling i now think i may not have my PayPal account setup right i could relly use a check list perhaps you have one or can make me a check list i would be grateful thank you in advance
Thanks for posting, but it is difficult for me and I assume others to assist based on the snippets of code and information provided. I suspect the PayPal account and email are not setup properly. It is difficult to guess without analysis and/or detailed information.