hollyheadhunter Posted November 20, 2016 Posted November 20, 2016 Hello, we've been using Email 1.99 for years. Our system is set up so a FileMaker Server script fetches mail. And then when a FileMaker user first opens the message, the attachments are downloaded and inserted in to a container field using the step "Insert File". To improve performance, it would be nice if the server could get those attachments but the step Insert File is not compatible for the server. What options are there for this? If a new version handles this, I'm open to upgrading.
webko Posted November 21, 2016 Posted November 21, 2016 Robot machine - run a standard copy of FileMaker on an unused normal machine, with it set to run the download on a schedule or to have FileMaker open and run a specified script on that machine on a regular basis.
ryan360Works Posted November 21, 2016 Posted November 21, 2016 Hi HollyHeadHunter, You can use the function EmailReadAttachment and pass in the path to the attachment. This function returns container data so you use it in a set field script step.
hollyheadhunter Posted November 21, 2016 Author Posted November 21, 2016 Oh, great! Thank you. It sounds like both of these options would work. I used the EmailReadAttachment and it worked from the server in a snap.
Recommended Posts
This topic is 3280 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