PDA

View Full Version : Email Confirmation


4egidio363291
10-07-2009, 04:02 AM
I would a email being sent to a user once their order is processed. What page would I put the server behavior? I use paypal standard with a verify.php for my IPN.

Also, is it possible to send a user's login information to them once they sign up automatically?

Thanks

Eric Mittman
10-07-2009, 11:10 AM
You can use Universal Email to send out an email to the user on any of your pages. I think the best place for an order confirmation email would be at the end of your IPN page. You can just add in the UE server behavior and have it send to the payer email value.

To send an email automatically when the user registers you can add UE to the registration page, just make sure it occurs after the insert for the user's details.