• We’ve got some users claiming not to have received admin emails, even though various unix commands shows that those emails were sent.

    Can anyone advise the best hook for coding up something that will send mirror copies to an admin email of our choosing? Is there a plugin out there that anyone knows of that would do this?

Viewing 1 replies (of 1 total)
  • I haven’t done this with WP, but I usually add a CC: or BCC: to any of my PHP scripts that send out emails, then use an address on another of my domains to monitor outgoing email. Maybe you can do the same?

    It might even be able to be done within the WP interface – not sure. In other words, anywhere you enter an email address, perhaps you can enter a comma, then another email address.

    Or, if you can find the place in the code where the PHP mail() command is used for sending mail, you can easily hardcode in a BCC: email addy into the headers parameter.

    Just an idea.

    -WCC

Viewing 1 replies (of 1 total)
  • The topic ‘Hook for admin emails?’ is closed to new replies.