It sounds like your goal is to track the delivery of email throughout your org.

In this case, a programming project is perhaps not so much what you have as much as a design problem with regards to your email infrastructure. You should look into topics like "delivery status notification", "return receipt", etc. Of course, Perl would probably be suitable for any glue code you'd need for this.

On the other hand, you could write a CGI in Perl that one would use to send these kinds of documents; it would present a form with fields for the department, particular recipients, and the paths(s) of the documents. However, in my experience people will think this is a clunky solution because it would disrupt the normal flow of sending what really just amounts to an email.

One last suggestion: if the org had standardized on an email client then you might be able to add a feature to it, or extend it, to allow an interface to your tracking system. This may or may not be easier than trying to retrofit your email infrastructure for tracking attachment flow.

Good luck.

-- Ian Tegebo

In reply to Re^3: document tracking in perl by ian
in thread document tracking in perl by h3x

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.