automate email response

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
iknowu99
Forum Commoner
Posts: 39
Joined: Thu Aug 14, 2008 3:20 pm

automate email response

Post by iknowu99 »

Hello All,

I am looking for people to use "Buy Now" button from paypal. The one thing i'm trying to do is automate that once they pay, send them a prepared email from my site. Paypal sends them an email and me too. but again, i'm trying to have a way so that they receive a prepared email from me. how can this be?
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: automate email response

Post by aceconcepts »

What would this automated email be for?

If it's for a payment confirmation I would imagine you'd need to use a callback url from PayPal - is this how it works?
Post Reply