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

  1. #1

    Default Bulk eMailing

    How could it be possible to automatically delete subscriber?s email address and
    its associated record from an Access database after two successive ?bounce
    back? email responses? Any thoughts regarding this would be helpful. Could you
    also recommend a 100% customizable ColdFusion bulk e-mail application with a
    decent editor that does not require html tags to be inserted for paragraph
    separation or other layout formats. I appreciate your help- Thanks

    Whizzzper Guest

  2. Similar Questions and Discussions

    1. SQL Bulk Loader
      How do I trigger the ORACLE 10g Bulk Loader from within CF? I tried with the following code but am told it is an invalid SQL statement. thanks! ...
    2. Bulk Emailing with MySQL DB
      I have a Bulk email that is sent to a lot of our members, opt in, sot spam. But recently our ISP has been having trouble sending it all at once and...
    3. newbie: bulk mail with php
      Hello All, I want to send email to a list of about a thousand people from a mysql database. Putting the mail() function in a loop takes forever....
    4. bulk loading
      Pete McCutchen wrote: I used to do it. Don't remember the brand of the loader, but it was the one with a light trap rather than felt lips...
    5. too many rows by bulk fetch
      Hi guys, i have a problem, i want to fetch many rows per bulk fetch. so i took the manual from IBM and coded as it is described. But when...
  3. #2

    Default Re: counting bounce back emails

    Parse the mail sent log (Usually 'C:\CFusionMX7\logs\mailsent.log') using
    cffile. For any failed email line, add a user and increment his count in a
    database table. For any user who's count is >= 2, delete him from your
    database (or store ID in case it's used again).

    MikerRoo Guest

  4. #3

    Default Re: counting bounce back emails

    E-mail spam has steadily grown since the early 1990s. Botnets, networks of virus-infected computers, are used to send about 80% of spam. Since the cost of the spam is borne mostly by the recipient, it is effectively postage due advertising.The legal status of spam varies from one jurisdiction to another. In the United States, spam was declared to be legal by the CAN-SPAM Act of 2003 provided the message adheres to certain specifications.Providing simple to use email marketing software is the key to success
    [url=http://www.massmailingnews.com]email marketing software[/url]
    John Cena is offline Junior Member
    Join Date
    Dec 2010
    Posts
    1

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