I've worked quite a few places where lots of e-mails get sent. Due to spam, sending a lot of e-mails actually isn't a simple thing any more. I wish it were, because I'd prefer to send out e-mails to those who want them over having a ton of people running scripts to constantly poll the site.

Even if we ignore the problem of sending too many e-mails such that we increase the risk of getting blacklisted (which would mean we can't even send "I forgot my password" e-mails successfully to a large percentage of our users), we would need to add a "verify my e-mail address" feature and track whether your e-mail is verified.

And then we really should process bounces so that when somebody's address stops working, we stop sending them e-mails (in part because sending e-mails to bouncing addresses contributes even more to the risk of being blacklisted).

And we need a "stop sending me these e-mails" link in the e-mails so that I can stop getting e-mails even if I have no idea how to log in to PerlMonks.

Most of those pieces aren't terribly complicated. Perhaps you can find members of pmdev interested in working on such. There are certainly plenty of members of pmdev.

- tye        


In reply to Re^3: Email notification of replies pertaining to me (work) by tye
in thread Email notification of replies pertaining to me by hermida

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.