Jump to content

360 Works Cloudmail Plugin


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

Recommended Posts

Hi,

Could do with some advice please, i am just playing with the cloud mail plugin, i am trying to install the plugin on the server.

I have copied both the FMX and FMX64 files to the following location, but it doesn't seem to register the plugin when I open the provided database, instead it asks me to install the plugin locally.

C:\Program Files\FileMaker\FileMaker Server\Database Server\Extensions

Is this the correct location ?

Thanks.

Link to comment
Share on other sites

That is the correct installation location for server side plugins. However, the Cloudmail.fmp12 example file was developed for client side use. You will need to modify it in order to use it with a server side plugin. The prompt you are seeing is because there is a start up script that checks if the plugin is installed locally and if not shows the prompt to install. You can comment out/remove that check in the start up script so you no longer see it.

Link to comment
Share on other sites

I can't tell you exactly what all is entailed in doing so but in general:

The scripts will need to be executed with the Perform Script on Server script step which means you will need modify any buttons that are linked to scripts that execute plugin functions. You will also need to add the registration function to all scripts that call plugin functions as registration is done on a session basis because there is no mechanism in FMS to store registration like there is in FileMaker Pro. Server side scripts also need context since they are headless. This means you will need to add to the script script steps like go to layout, go record, etc. where appropriate. 

In my opinion it will probably take just as long to modify the example file as it would to start from scratch or integrating the plugin into an existing solution. If you are just trying it out, I'd recommend demoing it in FileMaker Pro before investing the time in developing a server side process.

Link to comment
Share on other sites

Yes, see the documentation here for generating access/secret keys, here for instructions on how to put the AWS account into production mode, and here for instructions on how to verify your email address for sending. The linked videos are labeled as for the Email plugin but the process is the same for CloudMail. 

Link to comment
Share on other sites

Yes, right now the CloudMail plugin will spawn an EC2 instance in the U.S. East(N.Virgina) region so all set up needs to be done there. We do have plans for a future version to make this a selectable option but for now you have to use the US East region

Link to comment
Share on other sites

This topic is 1631 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.