Menu

mailto all bcc?

Help
2009-03-08
2012-06-07
  • kdonahue614

    kdonahue614 - 2009-03-08

    I use php address book to manage large mailing lists, and out of respect for user's privacy, I send all maill "bcc."

    Is there a way for all mailto to come out as "bcc" instead of "to"?

    (I use thunderbird, and have not found an addon to do this.)

     
    • kdonahue614

      kdonahue614 - 2009-04-02

      Worked like a charm, thanks!

       
    • chatelao

      chatelao - 2009-03-08

      Just replace in "include/mailer.inc.php"

      Old:
      $mailers['Standard (mailto:)'] = "mailto:";

      New:
      $mailers['Standard (mailto:)'] = "mailto:?bcc=";

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.