Howie, If I create a FORM variable in the RCPT template using <cfset> instead of <inset> will that variable be available to the DATA template? If not, then how else might I get a variable passed to DATA from RCPT?
Regards, Raven > -----Original Message----- > From: Howie Hamlin [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 7:24 PM > To: inFusion Support List > Subject: Re: [iMS] DATA Template Called From RCPT > > > This is the way that the server works: > > remote side issues a RCPT command including an email address. > iMS calls the RCPT template > if the template returns result=accept or result=relay then > the iMS server adds to the internal list of recipients > remote side issues a DATA command > iMS accepts the command if and only if there are valid > recipients from the RCPT template > remote side sends mail > iMS calls DATA template > > If there are no valid recipients from the RCPT template then > iMS will issue an error upon the DATA command and the DATA > template will never be called. > > Regards, > > Howie > > ----- Original Message ----- > From: "Raven R. Cecil" <[EMAIL PROTECTED]> > To: "inFusion Support List" <[EMAIL PROTECTED]> > Sent: Monday, August 11, 2003 6:54 PM > Subject: RE: [iMS] DATA Template Called From RCPT > > > > > > As shown, my RCPT template has only two possible outcomes > (if/else). So, > > how is the DATA template being called without the <inset> > variable I create > > on the second line? Should I have a <cfabort> tag > following my result? > > > > > > Regards, > > > > Raven > > ==^======================================================= 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/Support/ Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/Developers/ List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [EMAIL PROTECTED] ==^=======================================================
