Jake Sterling Posted April 12, 2006 Posted April 12, 2006 Is there any way to set the "Send Mail" script step so that it allows the user to select an email attachment? I'd like to be able to open up some sort of browse window so that the attached file could be selected at the moment of creating the email. I have a feeling that there is some way to place a file in a global container field and then reference that as that file to attach, but I can't figure it out. Thanks Jake :P
Conartist Posted April 12, 2006 Posted April 12, 2006 Interesting question. I'm replying so that I can subscribe to this topic I'm guessing that this won't work very well in FM 7 does it work in FM 8?
Fitch Posted April 12, 2006 Posted April 12, 2006 I think you could do something like that in FileMaker 8. You could have the user select a file and bring it into a container field. Then you could export the contents of that field, and -- here's the FM8 part -- define the export path as a variable, e.g. $myPath. You could then specify that same variable as the path for your attachment. In FM7 you'd have to use AppleScript or Troi File plugin or something like that. You might want to check out a plugin such as SMTPit.
Jake Sterling Posted April 13, 2006 Author Posted April 13, 2006 Fitch, thanks for the input. I don't have v.8 but the organization I am creating the solution for is getting it so I think this will work. Jake
Recommended Posts
This topic is 6791 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 accountSign in
Already have an account? Sign in here.
Sign In Now