| View previous topic :: View next topic |
| Author |
Message |
Mike Guest
|
Posted: Tue Jan 17, 2006 10:53 pm Post subject: Create download links for my eBook. |
|
|
| I sell many products on eBay. I would like to send out an email to the buyer to download my ebook. At first I thought of creating an auto responder for each product but I would like to know if there is a way to create just one autorely program and make it get the dowload information for each product. |
|
| Back to top |
|
 |
devicode Site Admin
Joined: 05 Mar 2005 Posts: 249
|
Posted: Tue Jan 17, 2006 11:00 pm Post subject: |
|
|
You can setup a single email template for all your ebook purchases and have the program look-up the download information from a file.
You would need to create:
- A message template for the autoreply message.
- A text file with the personalized information that will be used in the auto reply email. This file will be used as your lookup file.
- An autoreply responder to handle your PayPal emails.
- A 'Text file' Extractor to grab the correct product information.
- A 'Send Message' Action to use the extracted field to personalize the message.
Here is how you do it.
- Add the autoreply responder from the following post - How to setup a ebay autoreply auto responder.
This will walk you through the process of setting up a basic auto respsonder.
- Once you have the basic responder working you can easily adapt it to work with your eBay PayPal notification emails.
- Add a text file extractor and select the text file with the product information.
- Select the fields to extract.
- Select 'From the line that contain' and enter the text that can identify the line that you need.
- Uncheck the 'Remove the extracted line from the file' field
- Add a 'Send a new email' Action.
- Include the extracted fields in the appropriate location of the message body.
Keywords: extract information from file.
Last updated : Oct 2, 2005. |
|
| Back to top |
|
 |
|