|
Mailing Lists
|
Home /
Groups /
cf-opensource
CFMAIL: html vs text mime type failover
Author:
Short Link: http://www.houseoffusion.com/groups/cf-opensource/thread.cfm/threadid:126#654
I've done this before... Give me a little while and i will dig out the
script
Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: info@evolutioninternet.co.uk
This email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and strictly
prohibited. If you have received this message in error, please
notify the sender by email immediately and delete the message from your
computer without making any copies.
Does anyone know how to send a CFMAIL message that
distinguishes between HTML and Text only email
clients? Thanks.
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
Archives: http://www.mail-archive.com/cf_opensource@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Author:
Short Link: http://www.houseoffusion.com/groups/cf-opensource/thread.cfm/threadid:126#656
Try This...
<cfset crlf = chr(13)&chr(10)>
<!--- Send the messages --->
<CFMAIL To="someone@somwhere.com" From="you@yoursite.com" Subject="test
8-1">
<cfmailparam name="Content-type"
value='multipart/alternative;boundary="----MIME-BOUNDARY----"'>
<cfmailparam name="MIME-Version" value="1.0">
------MIME-BOUNDARY----#crlf#Content-Type: text/plain;
charset=us-ascii#crlf#Content-Transfer-Encoding: 7bit#crlf##crlf#
<!--- begin plain text version --->
Test
------MIME-BOUNDARY----#crlf#Content-Type: text/html;
charset=us-ascii#crlf#Content-Transfer-Encoding: 7bit#crlf##crlf#
<!--- begin html version --->
<h1>Test</h1>
<p>
<font color=red>
Test
</font>
</p>
</cfmail>
Regards,
Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: info@evolutioninternet.co.uk
This email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and strictly
prohibited. If you have received this message in error, please
notify the sender by email immediately and delete the message from your
computer without making any copies.
Does anyone know how to send a CFMAIL message that
distinguishes between HTML and Text only email
clients? Thanks.
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
Archives: http://www.mail-archive.com/cf_opensource@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Author:
Short Link: http://www.houseoffusion.com/groups/cf-opensource/thread.cfm/threadid:126#659
Did this work for you???
Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: info@evolutioninternet.co.uk
This email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and strictly
prohibited. If you have received this message in error, please
notify the sender by email immediately and delete the message from your
computer without making any copies.
Does anyone know how to send a CFMAIL message that
distinguishes between HTML and Text only email
clients? Thanks.
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
Archives: http://www.mail-archive.com/cf_opensource@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Author: PS Fong
Short Link: http://www.houseoffusion.com/groups/cf-opensource/thread.cfm/threadid:126#660
Dear Sir,
Mind if I ask what is this reagarding?
How can I benefit/respond to this CF_Opensource thingy?
Thanks.
Fong
[mailto:info@evolutioninternet.co.uk]
Sent: Tuesday, July 23, 2002 6:25 PM
To: CF_OpenSource
Subject: RE: CFMAIL: html vs. text mime type failover
Did this work for you???
Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: info@evolutioninternet.co.uk
This email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and strictly
prohibited. If you have received this message in error, please
notify the sender by email immediately and delete the message from your
computer without making any copies.
Does anyone know how to send a CFMAIL message that
distinguishes between HTML and Text only email
clients? Thanks.
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
Archives: http://www.mail-archive.com/cf_opensource@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Author:
Short Link: http://www.houseoffusion.com/groups/cf-opensource/thread.cfm/threadid:126#661
Fong,
My mail was with reference to a mail sent with the subject "CFMAIL: html vs.
text mime type failover",
which i supplied code for (originated by Bryant P. Fields).
The idea of the mailing list is to use it and its members as a resource and
if necessary help with opensource collaborations. To mail to every one on
the list just email cf_opensource@houseoffusion.com .
You must have joined the list at some point?
Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: info@evolutioninternet.co.uk
This email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and strictly
prohibited. If you have received this message in error, please
notify the sender by email immediately and delete the message from your
computer without making any copies.
Dear Sir,
Mind if I ask what is this reagarding?
How can I benefit/respond to this CF_Opensource thingy?
Thanks.
Fong
[mailto:info@evolutioninternet.co.uk]
Sent: Tuesday, July 23, 2002 6:25 PM
To: CF_OpenSource
Subject: RE: CFMAIL: html vs. text mime type failover
Did this work for you???
Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: info@evolutioninternet.co.uk
This email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and strictly
prohibited. If you have received this message in error, please
notify the sender by email immediately and delete the message from your
computer without making any copies.
Does anyone know how to send a CFMAIL message that
distinguishes between HTML and Text only email
clients? Thanks.
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
Archives: http://www.mail-archive.com/cf_opensource@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Author: PS Fong
Short Link: http://www.houseoffusion.com/groups/cf-opensource/thread.cfm/threadid:126#662
Yes, I would like to be part of the group, shares information as well. I am
a CF user for about 2 years.
Can I jsut reply to the email sent from cf_opensource for collaborations? :)
Thanks.
Fong,
My mail was with reference to a mail sent with the subject "CFMAIL: html vs.
text mime type failover",
which i supplied code for (originated by Bryant P. Fields).
The idea of the mailing list is to use it and its members as a resource and
if necessary help with opensource collaborations. To mail to every one on
the list just email cf_opensource@houseoffusion.com .
You must have joined the list at some point?
Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: info@evolutioninternet.co.uk
This email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and strictly
prohibited. If you have received this message in error, please
notify the sender by email immediately and delete the message from your
computer without making any copies.
Dear Sir,
Mind if I ask what is this reagarding?
How can I benefit/respond to this CF_Opensource thingy?
Thanks.
Fong
[mailto:info@evolutioninternet.co.uk]
Sent: Tuesday, July 23, 2002 6:25 PM
To: CF_OpenSource
Subject: RE: CFMAIL: html vs. text mime type failover
Did this work for you???
Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: info@evolutioninternet.co.uk
This email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and strictly
prohibited. If you have received this message in error, please
notify the sender by email immediately and delete the message from your
computer without making any copies.
Does anyone know how to send a CFMAIL message that
distinguishes between HTML and Text only email
clients? Thanks.
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
Archives: http://www.mail-archive.com/cf_opensource@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
|
June 18, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||