jonners99 Posted October 6, 2008 Posted October 6, 2008 We have filemaker and maxbulk mailer set up on a server. Maxbulk mailer comes with the following code to get data from filemaker to maxbulk: Go to Record/Request/Page[First] Send Event ["MaxBulk Mailer - X 4.3.2 (US)"; "DELE"; "AESC"] Loop Send Event ["MaxBulk Mailer - X 4.3.2 (US)"; "MaxB"; "DATA"; /*Add recipients from Filemaker::DATA*/] Go to Record/Request/Page[Next; Exit after last] End Loop Send Event["MaxBulk Mailer - X 4.3.2 (US)"; "misc";"dosc"] This would only work though if Maxbulk was installed on the client machine. What do I need to put in Applescript to get it to go to maxbulk on the ip 192.168.0.14 whatever the client machine it is being sent from?
IdealData Posted October 6, 2008 Posted October 6, 2008 (edited) MaxBulk is not a server side plugin and I believe you must initiate the send manually, so you need the user interface. Have you considered a true FM server plugin - check out AutoSender from myFMbutler. Edited October 7, 2008 by Guest
jonners99 Posted May 12, 2009 Author Posted May 12, 2009 Well basically is there any way to export data to an application on another machine? Sorry to revive this topic other projects took priority. We don't want to use a filemaker plugin for the emails as this has been tested previously and was less satisfactory. Maxbulk created a filemaker script that will make this work on a local machine but that is not much use, I need to be able to send it to another machine.
Recommended Posts
This topic is 5674 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