Letractively / cfwheels

Automatically exported from code.google.com/p/cfwheels
0 stars 0 forks source link

Multi-part MIME support in sendEmail() #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
sendEmail() currently can only send either text- or HTML-based emails.

ColdFusion's <cfmailpart> tag allows you to send multi-part MIME emails
that contain both text- AND HTML-based emails so that the mail client can
figure out which to use. sendMail() should be smart enough to support this,
and I'm thinking that it would be a quick fix with an extra parameter or 2
and a couple <cfif>'s. ;)

I might also add that the order of the <cfmailpart>'s is crucial for some
email clients like Gmail and GroupWise. Refer to this post:
http://www.bennadel.com/blog/218-Tim-Cracked-The-GMail-CFMailPart-Puzzle-.htm

Per, I'll look to you to determine whether this is a 1.0 or 1.1 feature.

Original issue reported on code.google.com by chrisdpe...@gmail.com on 29 Oct 2008 at 2:55

GoogleCodeExporter commented 9 years ago

Original comment by per.djurner@gmail.com on 26 Dec 2008 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by per.djurner@gmail.com on 26 Dec 2008 at 7:30

GoogleCodeExporter commented 9 years ago
Done.

Original comment by per.djurner@gmail.com on 6 Mar 2009 at 9:00