Devicode Technology Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Extracting name and email fields

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Devicode Technology Forum Index -> Response Mailer
View previous topic :: View next topic  
Author Message
vadimstr



Joined: 07 Dec 2005
Posts: 1
Location: Australia

PostPosted: Mon Apr 17, 2006 6:42 am    Post subject: Extracting name and email fields Reply with quote

I have another question.
At this moment response Mailer will extract information from the body as follow:
Name: Paul Smith
Email: paulsmith@msitth.com

Will it extract if information presented:
Paul Smith
paulsmith@msitth.com

I am bit lost with extracting and filtering.
I can extract, but I can't send.
So, please start one step in time
Thank you
Back to top
View user's profile Send private message Visit poster's website
devicode
Site Admin


Joined: 05 Mar 2005
Posts: 248

PostPosted: Sat Apr 22, 2006 1:28 pm    Post subject: Reply with quote

Since your email only contains 2 lines. Where the first line is the person's name and the send is their email address we can setup the extractor as follows.


  1. Add a new Email Data Extractor:
    Field Name: EmailBody
    Email Field: Select Message Body
    Start of Data Field
    From: Select Specific text
    Text: $
    End of Data Field
    From: Select Specific text
    Text: /z
  2. Add a new Modify Extracted Data:
    New Field Name: EmailName
    Start Value: [[EmailBody]]
    Function: GetWord
    Delimiter: \n
    Position: 1
  3. Add a new Modify Extracted Data:
    New Field Name: EmailAddress
    Start Value: [[EmailBody]]
    Function: GetWord
    Delimiter: \n
    Position: 2

You can now use the fields [[EmailName]] and [[EmailAddress]] in your auto response email.

Applies to : ResponseMailer
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Devicode Technology Forum Index -> Response Mailer All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group