October 6, 200817 yr 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?
October 6, 200817 yr 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, 200817 yr by Guest
May 12, 200916 yr Author 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.
Create an account or sign in to comment