I just got a complaint about my multipart mass-email not working as
desired. Apparently, the recipient saw the HTML come through as an
attachment.

>From the headers, the recipient is using Netscape (4.7) mail on a Mac.

I had tested the mailer on several email clients (PC only: pine,
eudora, outlook, netscape, hotmail) but don't have a Mac available to
troubleshoot.

Can anyone confirm this problem, or better, have a fix?

The code follows.

Thanks,
Jamie

<cfmail to="#email_address#"
        from="#from_email#"
        subject="Children's Bureau Express: #subjectDate# Edition
Alert"
        server="#sendmail_box#"
        port=25><cfmailparam name="X-Mailer" value="CBX Mail
v1.0"><cfmailparam
          name="From"
          value="Children's Bureau Express
<#from_email#>"><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 --->
#myGeneratedTextContent#

------MIME-BOUNDARY----#crlf#Content-Type: text/html;
charset=us-ascii#crlf#Content-Transfer-Encoding: 7bit#crlf##crlf#
<!--- begin html version --->
#myGeneratedHTMLContent#

</cfmail>

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to