is there a way to dynamicly add a footer? I am wanting to add a variable to some text at the bottom of the email..
like you are subscribed as #emailaddress# or to be removed go to .../listremoval.cfm?#emailaddress# it has to be added to each of the emails sent using a cfx_imsmail query="listmail" type of tag... --greg -----Original Message----- From: Marc Lichtenfeld [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 2:28 PM To: inFusion Support List Subject: RE: [iMS] message footer As I recall, the inSetMsgFooter is only for incoming messages. You will probably need to add the footer directly into the emailfile. -----Original Message----- From: Greg Silver [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 2:15 PM To: inFusion Support List Subject: [iMS] message footer is there a way to add a message footer to the cfx_imsmail tag? EXAMPLE: Using this tag.... <cfx_imsmail smtpto="form.sendmailto" smtpfrom="[EMAIL PROTECTED]" priority="9" warnto="<>" failto="<>" emailfile="#form.emailfile#"> I want to add this: <inSetMsgFooter text="blah blah "> ==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/iMSSupport.cfm Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/iMSDevelopers.cfm List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [email protected] ==^=======================================================
