Hi, I checked some resources for sending an inline HTML content via yahoo and other email accounts to no avail, very weird for some simple stuff. no, not cfmail. Have you done anything like that?
Tia The inline html code looks like this <html> <head> <meta http-equiv="Content-Type" content="Multipart/alternative; charset=utf-8"> or <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>my stuff</title> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td> Hi, some fancy content here. </td></tr> <tr><td> <img src="someRemoteServer/fancy.jpg"> </td></tr> </table> </body> </html> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323216 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

