Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. Mailing Labels
      Is there a way to make mailing labels with Acrobat 5 or import them from Word?
    3. 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)...
    4. Tk mailing list
      I want to deal with the Tk. Is there any relevant mailing list to gain information?
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default Re: Mailing from CF

    Or you can generate a datasource through odbc to the excel sheet.
    kruse Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139