Email Marketing tool/newsletter

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Email Marketing tool/newsletter

    I am wondering how I could go about checking to see if an e-newsletter that was
    sent out using the cfmail function was opened, and how many times was it
    opened, if possible if it was forwards or deleted using the email client. I am
    working on improving the e-newsletter tool that we offer clients to give them
    the ability to see home many people received the email, opened the email and
    also if they either sent it to a friend or clicked on a link. Right now I am
    able to see if they clicked on a link, sent to a friend (using the internal
    function of the newsletter) and unsubscribed from the newsletter. But the 2
    main things, that I have been told that I need to track, is the percentage of
    emails that where actually revived over bounced back, I planning on the using
    the cfPOP for this, and if the user opened the message also how many times did
    they open it. In addition I will also be using the cfmailpart function to
    display plain text for none html emails with this I would be using the
    cfmailparam function with Return-Receipt-to, to try to get accurate data as
    possible I know there are a few tools out there that have some similarities to
    what I would like to do, but I would like to try to build it myself (with a
    little help). Any suggestions Thank you

    bawaite Guest

  2. Similar Questions and Discussions

    1. Email Marketing Software
      Hi, I know that this is off - topic, but can anyone recommend any email marketing software i.e sends bulk email to opt-in email addresses, and ...
    2. Newsletter via Email
      I am looking for information on creating email newsletters using HTML. This would include any links, tutorials, books, and software. I am assuming...
    3. Email marketing
      Hello, I want to know if it is possible to check how many times a email is opened or read. We send a lot of rich emails (no-spam) and want to check...
    4. OT - ASP email marketing solutions - recommendations
      Hi All Apologise for the off topic. I have a client who has and opt in list of clients, his website is hosted on a windows server with asp and...
    5. how do I create an email marketing campaign?
      You know those annoying emails you get from ebay, etc... how do I create one of my own from scratch? I've seen plenty of online services that have...
  3. #2

    Default Re: Email Marketing tool/newsletter

    I have found a way to do this

    bawaite 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