Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

How do I send an email with a container field as an attachment


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

Recommended Posts

Posted

Have a script that sends emails automatically but i now have to send the contents of a container field how would I go about attaching it automatically in a script?

Cheers

Robert

Posted

You could export the container field contents to local location and then attach the file at that location. I would suggest using a variable to do so.

i.e.

Set Variable [ $path; Value:Get ( DesktopPath ) & "example.pdf" ]

Export Field Contents [ Table::Field; “$path” ]

Send Mail [ Send via E-mail Client; To: [email protected]; Subject: "Subject"; Attachment: “$path” ][ No dialog ]

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