Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5674 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?

Posted (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 by Guest
  • 7 months later...
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.