The code that runs this list server uses a dynamic footer (you can see your email address in the footer). Here is the portion of te footer that does that:
Note: You are subscribed as [ :smtpto: ] I had to put spaces in the code above so that iMS would not do a token substitution. HTH, Howie ----- Original Message ----- From: "Greg Silver" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Monday, October 22, 2001 3:04 PM Subject: RE: [iMS] message footer > lovely..all this to add a bit of text to a email sent from a query. > > maybe im going about this the wrong way. > > I want a specific address to be used to send email to all users ( like a > listserv or newsletter ) i have a template setup for that account... > > So if i send an email to [EMAIL PROTECTED] it will query the listmembers > table and resend the "emailfile" to all the addresses. I want to have the > option for the users to just click a simple link and be directed to a page > that has there email address allready in the input text field. > > --greg > > -----Original Message----- > From: Marc Lichtenfeld [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 3:00 PM > To: inFusion Support List > Subject: RE: [iMS] message footer > > > good question. > > My guess is that you would have to edit the e-mail file itself. You could > use CFX_ODSMime to read the file. > > > -----Original Message----- > From: Greg Silver [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 2:50 PM > To: inFusion Support List > Subject: RE: [iMS] message footer > > > ok...hopefully last question. > > is there a way to use tokens with emailfile="#form.emailfile#" ? > > or possibly a way to append the emailfile itself?! > > -----Original Message----- > From: Marc Lichtenfeld [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 2:48 PM > To: inFusion Support List > Subject: RE: [iMS] message footer > > > you could use tokens. > > Something like: > > you are subscribed as <:smtpto:> > > > make sure you have PARSETOKENS="YES" set in the CFX_IMSMail tag. > > > -----Original Message----- > From: Greg Silver [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 2:36 PM > To: inFusion Support List > Subject: RE: [iMS] message footer > > > 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] ==^=======================================================
