Extension:EmailLogger

MediaWiki extensions manual
EmailLogger
Release status: stable
Implementation Data extraction
Description Enables send activity audit capabilities.
Author(s) Jeffrey Wang for MyWikis LLC
Maintainer(s) MyWikis LLC
Latest version 1.1.1
Compatibility policy Master maintains backward compatibility.
MediaWiki 1.27+
Database changes No
License GNU General Public License 2.0 only
Download
Example MyWikis Testing

  • $wgEmailLoggerLogFilePath
  • $wgEmailLoggerFailSilently

The EmailLogger extension logs all outgoing emails being sent from a wiki to a CSV file on your filesystem. This is used in cases where SMTP logs are not accessible (i.e. like in AWS SES) but need to be used to audit email sending activity and potentially identify suspicious spam activity on a wiki.

Installation edit

Configuration edit

$wgEmailLoggerLogFilePath
The path on your filesystem to log email sends to.
$wgEmailLoggerFailSilently
Whether the email should send or not if the email can't be logged. If true, email sends. If false, email does not send.