Jump to content
Server Maintenance This Week. ×

sending pdf in container field as attachment


marco b

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

Recommended Posts

Hi

We send drawings in pdf format with orders

Now we attach pdf files manually to the mail in eudora (mac os) that filemaker generates.Under windows outlook you cannot do this because outlook sent mail direct. There is also possibility that a user attaches the wrong pdf.

Is there a possibility that filemaker automattically sents the pdf in a containerfield as an attachment or uses a file path to generate attachment

thx

Marco

Link to comment
Share on other sites

Hello Marco,

Yes, it is possible, but as a rule it is done with the aid of external code support (eg either OS level scripting or a plug-in).

The most common method is to use a plug-in which has the capability of copying/renaming a file, and have the script which sends the message first source the file (via a path stored in a field in the database), copy it to a predetermined location and rename it to the name of the file that the (subsequent) Send Mail[ ] script step is pre-configured to pick up as the attachment.

This process (or others like it) requrie that the pdf be stored on an accessible drive and that its name is available (eg stored in data) and that the path to the file is either known or can be calculated from available variables/data. It gets trickier if the solution is hosted and/or the files are on a network server, but is possible nonetheless.

Link to comment
Share on other sites

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