Jump to content

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

Recommended Posts

  • Newbies
Posted

I am trying to figure out a way to send the jpg in a container field as an attachement to an email.

(The "attach file" button only allows you to select a file on the harddrive to send.)

Can anyone think on a way to do this?

Posted

there are 2 ways about it:

-embede images: copy-paste into email content

-linked images: the same OR referenced of your web server

so the questions are:

Do u have a web sever?

Are your images linked or embeded?

or if u care less look into SMTPit pluing that will do alomst any mail verion u can think of....

good luck!

  • 2 weeks later...
  • Newbies
Posted

Thanks, but it is not possible to paste it. Filemaker restricts the message area to text only. The images are linked.

I did try making the container field active, and then used the Get ( ActiveFieldContents ) in the message, but it just resulted in the name of the image in the container field.

After more research, what I really need is a way to paste the filepath (which I have in a field already) into the attach file reference - but it only allows an actual file path.

Is there a place I can change this, instead of the dialog box?

Posted

You need to export to a fixed name and location (File Reference, relative to the database file). Then attach and mail. It will be overwritten each time, but that would be a feature in this case.

For PDF's on OS X, you can use the fact that you can print to PDF. Just do it once, to a fixed name and location, as above, then save the Page Setup and Print steps in a script. Could even be the same location, but you'd have to deal with the extensions somehow.

  • Newbies
Posted

THANK YOU!!!!!!

It works perfectly, and I can actually create a page with the comapny logo on it instead of just sending the image. Perfect.

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