Newbies Hibba Posted May 6, 2006 Newbies Posted May 6, 2006 I have read a lot of posts, but I can't find what I am looking for... To make it simple: there are 3 records 3 fields: name, email, account. I want a script that will email each person there own information. So, a sample email would be: Hi, NAME Your email is EMAIL Your account is ACCOUNT Thanks for any help!
T-Square Posted May 6, 2006 Posted May 6, 2006 Use a script that loops through the records. In pseudo-code: Find the records to send. Go To Record/Request[First] Loop Send Mail["Hi, " & NAME & "Your email is " & EMAIL & "Your account is " & ACCOUNT] Go To Record/Request[Next, Exit After Last] End Loop HTH, David
Newbies Hibba Posted May 6, 2006 Author Newbies Posted May 6, 2006 Wow, it really is that simple... Thanks for your help and I hope this helps others...
Recommended Posts
This topic is 6768 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now