Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I'm going to focus on a small part of your query:

We would like a solution that will let us send out HTML emails and then monitor who opens them etc.

There are two ways to monitor who reads a message.

First we have read receipts. These are useless as the majority of email clients are configured to ignore them (or don't implement RFC 2289 (which is not yet a standard) in the first place), and the majority of clients which aren't flash up a (very annoying) dialog box to ask the user if they want to send the receipt. Thus, the technique gives such inaccurate results as to be useless.

Second, we have webbugs. This involves sticking an external image reference in an HTML formatted email with a unique tracking ID in the query string of the URI. Since most email clients block external images by default, and since people do read mail offline, the results are (again) inaccurate. It gets worse though, unique tracking IDs are a favoured technique of Evil Spammers (TM), so spam blocking software looks for the presence of webbugs and pushes the score of messages in which it finds them that bit closer to 'spam' (not that using HTML formatting in the first place helps in this regard). This makes webbugs worse then useless for such tracking.

In a nutshell you can't get good results and you can't get bad results without annoying your readers - so forget about tracking.

Oh, and as an aside, if you want mailing list software, I suggest Mailman (even though it isn't Perl).


In reply to Tracking Email Views by dorward
in thread Bulk Mail System by existem

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (None)
    As of 2024-04-25 01:55 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found