Any takers here on this question?
----- Original Message -----
From: "Larry Juncker" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Thursday, August 15, 2002 10:25 AM
Subject: Re: [iMS] iMS-SE question
> I see in the docs that the tag has two fields, one called HTML and one
> called EMAILFILE.
>
> Do I use a cfinclude with these two tags in order to send what I need or
> what?
> ANNNNNND
>
> If I do use the two tags with a cfinclude, will the text message go out to
> both regular text email clients AND to AOL text clients, or what?
>
> I hope this is making my question more clear..
>
> Thanks Larry
>
>
> ----- Original Message -----
> From: "Howie Hamlin" <[EMAIL PROTECTED]>
> To: "inFusion Support List" <[EMAIL PROTECTED]>
> Sent: Thursday, August 15, 2002 10:34 AM
> Subject: Re: [iMS] iMS-SE question
>
>
> > You can send emails with bot plain text and html using the tag. If,
> however, you want to only send text to some clients
> > and html to others then you need to do two queries (one for each type of
> recipient) and then use the BODY and HTML
> > parameters of the tag to send each type of mail (this would require two
> calls to the tag).
> >
> > If you have other specific questions then feel free to ask here or to my
> direct email address.
> >
> > HTH,
> >
> > Howie
> >
> > ----- Original Message -----
> > From: "Larry Juncker" <[EMAIL PROTECTED]>
> > To: "inFusion Support List" <[EMAIL PROTECTED]>
> > Sent: Thursday, August 15, 2002 11:06 AM
> > Subject: [iMS] iMS-SE question
> >
> >
> > > I am trying to get setup to start using iMS-SE for sending my mass
> emails
> > > and am still haivng a
> > > question with how I get it to send my code.
> > >
> > > In my existing cfm template, I have things set up as such:
> > >
> > > <cf_Snippet>
> > >
> > > <CFMAIL
> > > QUERY="GetList"
> > > SUBJECT="#Application.Subject#"
> > > FROM="""#Application.CompanyName#"" <#Application.ReturnEmail#>"
> > > TO="#getList.Email_Address#"
> > > SERVER="#Application.emailServer#"
> > > PORT="25"
> > > MAILERID="#Application.Website#"
> > > TYPE="#FORM.FileType#">
> > >
> > > <CFMAILPARAM name="X-Recipient_ID" value="#GetList.CurrentRow#">
> > > <CFMAILPARAM name="MIME-Version" value="1.0">
> > > <CFMAILPARAM name="Content-Type" value="multipart/alternative;
> > > boundary=#Application.ReportName#">
> > > <CFMAILPARAM name="X-Priority" value="3">
> > > <CFMAILPARAM name="X-MSMail-Priority" value="Normal">
> > > <CFMAILPARAM name="X-Mailer" value="Microsoft Outlook CWS, Build
> 9.0.2416
> > > (9.0.2911.0)">
> > > <CFMAILPARAM name="X-Mimeole" value="Produced By Microsoft MimeOLE
> > > V6.00.2600.0000">
> > > <CFMAILPARAM name="Errors-To" value="#Application.ReturnEmail#">
> > >
> > > <!--- Add the following line if you want to attach a file to an
> mail --->
> > > <!--- <cfmailparam
> > > file="F:\Websites\4Compart\IMT_GetsResults\Newsletter.htm"> --->
> > >
> > > --#Application.ReportName#
> > > Content-Type: text/plain; charset=us-ascii
> > > Content-transfer-encoding: 7BIT
> > >
> > > <CFINCLUDE TEMPLATE="#InclDoc#.txt">
> > >
> > > --#Application.ReportName#
> > > Content-Type: text/x-aol; charset=us-ascii
> > > Content-transfer-encoding: 7BIT
> > >
> > > <CFINCLUDE TEMPLATE="#InclDoc#.txt">
> > >
> > > --#Application.ReportName#
> > > Content-Type: text/html; charset=us-ascii
> > > Content-transfer-encoding: 7BIT
> > >
> > > <CFINCLUDE TEMPLATE="#InclDoc#.htm">
> > >
> > > --#Application.ReportName#--
> > > </CFMAIL>
> > >
> > > </cf_snippet>
> > >
> > > This code seems to work GREAT for sending to all client types. Howie,
> you
> > > sent me a snippet the other day, but I am not able to see how I set it
> up to
> > > be certain that I get to all mail clients like I do with my code.
> > > As you can see above, I include a htm file and a txt file dependent
on
> what
> > > type of email client I am going to.
> > >
> > > Any help on this would be greatly appreciated, as my 60 days are
running
> out
> > > and the company wants a definitive answer as to this being our
solution
> to
> > > our Mass Email situation.
> > >
> > > Larry Juncker
> > > Heartland Communications Group, Inc.
> > > (515) 574.2122
> > >
==^=======================================================
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]
==^=======================================================