| View previous topic :: View next topic |
| Author |
Message |
devicode Site Admin
Joined: 05 Mar 2005 Posts: 249
|
Posted: Mon Jul 02, 2007 7:17 pm Post subject: Extracting Google Check out email address |
|
|
How do I extract the purchaser's Google Check out email address from the message body.
Subject line "Purchase Receipt for Order #".
Body text
Hello googleorder@somwhere.com,
puchaser-email@checkout.google.jam has just completed a purchase from
your store.
Last edited by devicode on Mon Jul 02, 2007 7:23 pm; edited 1 time in total |
|
| Back to top |
|
 |
devicode Site Admin
Joined: 05 Mar 2005 Posts: 249
|
Posted: Mon Jul 02, 2007 7:19 pm Post subject: |
|
|
Create field EmailAddress.
# Start of Data Field'
For the FROM select 'Specific text'
For the TEXT enter Hello(.*?\n)(.*?)has just completed
# 'End of Data Field'
For the TO select 'Use Match String'
For the TEXT enter 2 |
|
| Back to top |
|
 |
|