Dynadot โ€” .com Transfer

Send file to paypal email after payment?

Spaceship Spaceship
Watch
Impact
11
How can i make it so i can send a file to the paypal email after I recieve a payment from them?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
killaklown said:
How can i make it so i can send a file to the paypal email after I recieve a payment from them?

Good question, that I would like to know an answer to also.
 
0
•••
I guess you could make it work with Paypal IPN.
Just let the script send the file to the email address, when you recieve a 'VERIFIED' status from paypal....
 
0
•••
Ms Grace said:
I guess you could make it work with Paypal IPN.
Just let the script send the file to the email address, when you recieve a 'VERIFIED' status from paypal....

Yes. You can have Paypal invoke your script when a payment is received and automatically send the file to payer email address.
Go to https://developer.paypal.com/ to get the help you need.
 
0
•••
Most of these scripts generally cost money..

Try hotscripts.. I did but mostly all I could find was commercial ones.

- Steve
 
0
•••
try this one
http://www.cfpurchasepickup.com/cfpurchasepickup2.html
Process PayPal payments and subscription purchases automatically then let CFPurchasePickup immediately deliver your ebooks, software, mp3's, fonts, calling cards and other digital goods totally unattended.

CFPurchase Pickup 2.4 Just Released!

CFPurchase Pickup is an automatic product delivery system designed to deliver your e-products immediately after purchase. CFPP also provides a pickup depot for your products.

Do you sell e-books on EBay? If So, Read This!
CFPP can handle all your deliveries for you! Sell eBooks, software or other digital products 24 hours a day and deliver digital products instantly after purchase automatically, just like the pros!

CF Purchase Pickup is designed for anyone who sells intangible goods online using PayPal with your existing shopping cart. This includes downloadable items such as: software, eBooks, music, movies, digital art, manuals, articles, certificates, forms, files, and anything else that can be downloaded.

If you sell intangible goods online and you're looking for a way to automatically deliver digital products, then CFPurchase Pickup with its automatic payment processing and auto delivery is for you!

You do not need to have any programming experience!. If you have any problems setting up CFPurchase Pickup, our technicians will help you install it for free. CFPurchase Pickup uses the latest ColdFusion technology and will run on ColdFusion 5+.
If you do not have a web hosting company that supports ColdFusion, thatโ€™s not a problem!

We have partnered with MyCFHost.com to provide you the best hosting experience possible. MyCFHost.com has many hosting plans to best suit your needs and fully supports ColdFusion and CFPurchase Pickup.
Why pay someone else to deliver digital products when you can do it yourself automatically!

there's more features on that page.
 
0
•••
Costs almost $100.. For that I would just buy a coder lol.. You can get a custom one for about $40.

- Steve
 
0
•••
I could create a custom one for you.

Otherwise check out: dinkumsoft.com/dsd/ipnphp.php

Only $15
 
0
•••
http://www.css.la/ipn_script/ - Dan Friedman's IPN Script v1 - $10
  • Very easy to customize.
  • You control everything about the PayPal and file/email details.
  • Attaches the file you specify in the config.
  • Every variable [that you need to edit] in the config is explained.
 
Last edited:
0
•••
Here is the thing to start off with.

I forgot the line that was to be added in the headers section for the attachments.

But will post it here in some mins.


PHP:
$email = "recievers email";
$senderemail = "Your own email";
$subject = "Your files name or subject of the email";
$message = "Text here";
$headers  = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
// Additional headers
$headers .= 'To: $name <$email>' . "\r\n";
$headers .= 'From: Sender <$senderemail>' . "\r\n";
mail($email, $subject, $message, $headers);
 
0
•••
0
•••
sdsinc, the scripts there are kind of wrong, the notify and return address are set to be the same thing, it should not be set to be the same address they should be set to different address. Did not download it, just read over users comments.

killaclown, PM me cause i have some code for you. Just want to make sure your reading this thread. :wave:
 
0
•••
Appraise.net
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back