cjnvision Posted May 9, 2003 Share Posted May 9, 2003 i'm trying to incorporate automatic attachments in an email quoting system which requires the system to automatically attach the quoted items' pictures to the email. i've tried every non-dialog inducing external function but they all send every attachment since i started testing it. ie the second email has the first email's attachment, the third has the two before, etc. to attach the images i'm running a looped script for every line item in a related database and then using an Insert Calculated Result into a global field i use for a plug-in response. which function should i be using and what syntax works best? thanks in advance! chris Link to comment Share on other sites More sharing options...
Ugo DI LUCA Posted May 9, 2003 Share Posted May 9, 2003 Hi, The AttachAssign Function works as this : Set Field ["YourGlobalResultField", "External ("SMTP-AttachAssign", "Macintosh Hd:Database:Saved .jpgs:" & Image N Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7847 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