Here's more details -
I use netmoves to send faxed orders from on our sites.  I can send them HTML
formatted faxes as long as the body is completely empty, and the HTML is an
attachment.  If I choose HTML as the TYPE in CFMAIL, it is just put in the
body.  No good.  If I use Outlook Express's Rich Text mode (HTML) to send an
email to the fax server it works exactly how I would like it to.

So the process goes:
1) customer builds order
2) We display the order and then they confirm
3) We dynamically generate emails to be sent back to customer, one for
records, and one that goes to the fax server.

I guess I'll just have to bite the bullet and write a file out to the server
and then send it.  Not nearly as elegant as I would like, but I guess it
will do... Unless someone has a better idea!?

If anyone wants to see the system in action, it is www.deliverU.com
It is an operational site, so no test orders please.  All orders are
actually faxed through to the restaurants.

TIA,
Bill
/intraget

----- Original Message -----
From: Gavin Lilley <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, October 09, 2000 3:45 AM
Subject: RE: CFMAIL question.


> I think that the fact that the html is treated as an attachment or not is
> more down to the mail client. Outlook 97 and similar will display the
> message as blank with an attachment. Newer clients, eg. Outlook 2000 are
> smart enough to display the message as html.
>
> Why would you not want the message displayed anyway?
>
> --
> Gavin Lilley
> Internet / Intranet Developer
> Halesowen College
> Tel: 0121 550 1451 Ext: 330
>
> -----Original Message-----
> From: John Foulds [mailto:[EMAIL PROTECTED]]
> Sent: 09 October 2000 07:46
> To: CF-Talk
> Subject: Re: CFMAIL question.
>
>
> Sorry, read to fast... "must have an attachment."  Okay, rename the file
> from ".HTM" to something like ".MYFILE" before you CFMAIL it.  The user's
> email client will not recognize the format and it will be attached.
>
> John
>
>
> ----- Original Message -----
> From: "John Foulds" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, October 09, 2000 2:39 AM
> Subject: Re: CFMAIL question.
>
>
> > Put the file on the web somewhere, and just put a link to the file in
the
> > email.
> >
> >
> > ----- Original Message -----
> > From: "Warrick, Mark" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, October 09, 2000 2:36 AM
> > Subject: RE: CFMAIL question.
> >
> >
> > Hmmm... well let's see.  If you don't want to attach a file and you
don't
> > want the HTML-based message embedded into the body of the message, then
> how
> > else could you possibly send something to someone?  I'm confused.
> >
> > --------------------------------------------------------------
> > Mark Warrick
> > Phone: (714) 547-5386
> > Efax.com Fax: (801) 730-7289
> > Personal Email: [EMAIL PROTECTED]
> > Personal URL: http://www.warrick.net
> > Business Email: [EMAIL PROTECTED]
> > Business URL: http://www.fusioneers.com
> > ICQ: 346566
> > --------------------------------------------------------------
> >
> >
> > > -----Original Message-----
> > > From: Bill Davidson [mailto:[EMAIL PROTECTED]]
> > > Sent: Sunday, October 08, 2000 2:33 PM
> > > To: CF-Talk
> > > Subject: CFMAIL question.
> > >
> > >
> > > I have an application in which I would need to send an HTML attachment
> > > rather than putting the HTML in the body of the message.
> > >
> > > Anyone have any ideas on a simple solution for this?  The HTML is
> > > dynamically generated, and I would really rather not write a file and
> then
> > > attach it.  Using CFMAIL with type HTML seems to just stick the
> > > HTML in the
> > > body, and doesn't handle this too gracefully.  So maybe writing a file
> is
> > > the only way... (hope not)
> > >
> > > -Bill
> > > /intraget
> > >
> > > ------------------------------------------------------------------
> > > ------------
> > > Archives: http://www.mail-archive.com/[email protected]/
> > > To Unsubscribe visit
> > > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> > > _talk or send a message to [EMAIL PROTECTED] with
> > > 'unsubscribe' in the body.
> >
>
> --------------------------------------------------------------------------
> --
> > --
> > Archives: http://www.mail-archive.com/[email protected]/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or
> send
> > a message to [EMAIL PROTECTED] with 'unsubscribe' in the
> > body.
> >
> >
>
> --------------------------------------------------------------------------
> ----
> > Archives: http://www.mail-archive.com/[email protected]/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --------------------------------------------------------------------------
--
> --
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to