November 17, 200520 yr I want to use the SetAttachment step in Smtpit Pro. The reason why we have never used it in previous versions of fm is that our server has a limit of 1 MB size. If I let users attach their own files, is there a way to check the size of the combined attachments? I don't see a function in the plug-in. I thought about attaching the files through a container field in filemaker but there is only Get(filesize) no Get(fieldsize). Any suggestions? Thanks much, marcelle
November 17, 200520 yr SMTPit Pro can return the file size. It's in their example file. But it's not shown on the Attachments example layout, it's on the File functions layout. SMTPit_File_Size( File Path ) / 1000 & " KB" (Shouldn't it be /1024? Anyway, it's close enough.)
Create an account or sign in to comment