Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Nic #1
Mailing from CF
I have a realtor that wants to use his excel list to generate a email to his
clients about news, etc.
1) How do I convert an excel list into an email list in the database
(access)?
2) Can cold fusion be used to mail to this list?
Thank you
Nic Guest
-
e-mailing pix
don't know if this is the right forum for the question but can anyone tell me how do i put a photo in the body of an e-mail without adding it as an... -
Mailing Labels
Is there a way to make mailing labels with Acrobat 5 or import them from Word? -
Help please with mailing problem
I hope someone can help - (my PHP programmer colleague is away currently) - I know very little PHP. We have a shopping site (selling Whisky)... -
Tk mailing list
I want to deal with the Tk. Is there any relevant mailing list to gain information? -
e-mailing photos
Am I able to send more than one photo at a time to the same e-mail address or must I send them individually. I haven't been able to see this... -
cf_menace #2
Re: Mailing from CF
You can connect to Excel via Java using [url]http://www.d-ross.org/index.cfm?objectid=9C65ECEC-508B-E116-6F8A9F878188D7CA[/url] for code.
Use <cfmail> to send e-mail to the list generated from the Excel file.
cf_menace Guest
-
sdwebguy99 #3
Re: Mailing from CF
Or you can import the Excel spreadsheet into an Access or SQL table, then use ColdFusion to query that table and loop over each of the addresses, e-mailing them whatever content you like.
sdwebguy99 Guest
-
kruse #4
Re: Mailing from CF
Or you can generate a datasource through odbc to the excel sheet.
kruse Guest



Reply With Quote

