Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Any specialist of SMTPit ?


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

Recommended Posts

Posted

I'm using SMTPit for mail my orders after having saved the particular layout in .pdf format with PrintoPdf.

This file is saved in a particular folder, and named "OrderN

Posted

You can do this in a single script step with the SMTP-AttachAssign function. You will need to supply the full path and filename as a parameter - but this can be done using a mix of literal text and field values if you wish.

The script step command and formula would look something like this:

Set Field ["YourGlobalResultField", "External ("SMTP-AttachAssign", "C:MailoutDocumentsOrderN*" & OrderN* & ".pdf")"]

...where the OrderN* value is being sourced directly from a field called OrderN*, but the rest of the path, before and after that are being supplied as literal text in quotes. The path can be supplied from a field value also if you prefer.

Note that the format of the path I've shown in the example is what your path might look like on a Windows computer. On Mac you'll need to separate the disk, folder and file names with colons, not backslashes.

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