Newbies EWilson Posted November 1, 2007 Newbies Posted November 1, 2007 We have a data base that contains different groups. Periodlically we need to send emails to individuals in the groups. We do not need to do a mass email. We need then to go out as one email at a time. I've watched all the training videos and there is nothing on how to set up this script. It can't be that difficult, but I sure could use someone willing to walk me through the steps.
bcooney Posted November 1, 2007 Posted November 1, 2007 Find who you want to send an email to (by group id or name), and then loop thru the found set using Send Mail. Go to first loop send mail go to next (exit at last) end loop
Newbies EWilson Posted November 1, 2007 Author Newbies Posted November 1, 2007 And what do I do if in the script palette I don't have the option "go to first" and "go to next (exit at last)" Plus I have personal emails and work emails that need to go into the mix. Not all records have both. Please on one machine when I go to file there is an option to send mail. but on a different machine with the same file it doesn't show up. At what point does frustration (*^(&^&*(. I won't finish that thought. Novice here.
bcooney Posted November 1, 2007 Posted November 1, 2007 I am sorry to mislead you with pseudo-code. The actually script step are: Go to Record/Request/Page [First] Loop Send Mail [] Go to Record/Request/Page [Next; Exit after Last] End Loop Which email do you want to send to, personal or business or both? You could send to both by creating a calculation field that equals the personal email and the business email. Then in the Send Mail settings, set the Email To to that calculation field.
Recommended Posts
This topic is 6497 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