Jump to content

personalized attachment in email


hmedia

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

Recommended Posts

Hi there,

I have a whole bunch of contact records with email addresses, and a whole bunch of PDFs that I need to send out to the right person. The title of each PDF includes a page number of a book spread I need a particular contributor to read and sign off. I have that same page number in the record where the info on the contributor resides. Is there a way to conditionally attach the corresponding PDF to the correct person's email?

Please help.

Link to comment
Share on other sites

Depends... how are you storing the pdf... in the file, relative to your filemaker file?

Either way you would specify your attachment to be a calculation and assuming your pdf's were named 1, 2 and 3 (representing the pages 1, 2 and 3 respectively)

Case(YourTable::YourPageNumberField = "1" ; filepath to page 1 pdf;

YourTable::YourPageNumberField = "2" ;

filepath to page 2 pdf;

YourTable::YourPageNumberField = "3" ;

filepath to page 3 pdf)

Hope this helps

~Genx

Link to comment
Share on other sites

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