I've answered your question on our support list. You can include anything in the email and you can create custom content types.
If you want to include anything in the body of the mail (from an include) then you need to tokenize it. Something like: <cffile action="read" file="someinclude" variable="mytext"> <cfx_imsmail ... body="#mytext# here is some additional text"> As for the AOL content type - I've never seen any problems sending mail to AOL with standard content types. The cfx allows you to add attachments with any content type that you want (this is documented in the cfx_imsmail manual). HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server >>> Find out how iMS Stacks up to the competition: >http://www.coolfusion.com/imssecomparison.cfm ----- Original Message ----- From: "Larry Juncker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 9:24 AM Subject: Mass email alternatives to CFMail > I am looking at iMS-SE from Infusion as a possible alternative to CFMAil in > order to do our mass email to our clients. From what I can tell, the > program seems to lack being able to cfinclude your document into the tag. > > Can anyone tell me any other programs that you use to do mass emailing with > good success to all three content-types, meaning: > > Content-Type: text/html; charset=us-ascii > Content-Type: text/plain; charset=us-ascii > Content-Type: text/x-aol; charset=us-ascii > > My boss wants to get something that will do several thousand emails without > dropping the FROM or without going into the undeliverable queue and staying > there. > > Any help or direction on this would be greatly appreciated. > > Larry Juncker > Heartland Communications Group, Inc. > (515) 574-2122 > > ______________________________________________________________________ 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

