Hello TBBETA, What is the syntax on concatenating fields in a QT for a file attachment?
You should know why I ask this question. I learned this morning organizations are preventing email when a file attachment has more than one file extension. This is the case when I use GPGshell tools to create a detached signature file. For example the original file is "AnyFileName.doc", and the detached signature file is "AnyFileName.doc.sig". What I need to do is change the name of the detached signature file to something like "AnyFileNamedoc.sig". This will insure mail servers to deliver my email. Since I'm typically sending out multiple files for the same reason I use mass mailing with a QT template. Now the problem becomes how to correct the syntax on the QT to pick up the 2nd file in the email created. You should know the old syntax worked. ,----- [ Old syntax worked ] | %ATTACHFILE="X:\My Documents\email\%AbToPage%AbToBusPage.doc" | | %ATTACHFILE="X:\My Documents\email\%AbToPage%AbToBusPage.doc.sig" `----- ,----- [ I've tried & does NOT work ] | %ATTACHFILE="X:\My Documents\email\'%AbToPage''%AbToBusPage'doc.sig" `----- I'm using the new beta/9, so I have posted this question to TBUDL, TBBETA, TBTECH due to the problems with QT macros. Any ideals? TIA! -- Best regards, Greg Strong TB! v1.63 Beta/9 on Windows XP Service Pack 1 ________________________________________________ Current version is 1.62r | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

