Henry Posted May 26, 2003 Posted May 26, 2003 hi there, Now i have a file customer.fp5 which keep all the record of customer including email address. I plan to send an email to all customer with email address in the same time. I don't want to send it one by one. So, is there got any way to do it ? Henry
EddyB Posted May 26, 2003 Posted May 26, 2003 Hi, If you have done a find to find the records for the contacts you want to email then this is straight forward enough. Set up the script to Send Mail, then click specify. In the TO box click on Field Value, then click specify. Select your email field, then at the bottom of the window click on the option "Use all records in found set". This will set the TO field in your email to all the email addresses in your current found set. Ed.
ryanzon Posted May 27, 2003 Posted May 27, 2003 If you want to send multiple emails at the same time, make a script to find all customers you want to email. Then make a loop script to send emails. Are you using an email plug in? like SMTP-iy or Dacons Mail.it?:
Henry Posted May 28, 2003 Author Posted May 28, 2003 I didn't using any email plug in, i just use the function given by FMP. Actually i also want to use plug in, but i scare it will cause some problem in my program if i use the wrong plug in. Do you know where can download the plug in and how to use the plug in FMP? Regards Henry
ryanzon Posted May 28, 2003 Posted May 28, 2003 try Dacons mail.it at www.dacons.net You don't need any email client to send emails when you use this plugin.
Recommended Posts
This topic is 7854 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