How do I change the default email address “From:” in PDF/HTML email reports and other emails sent by Matomo?
You can edit the default noreply@yourdomain.com email address that will appear in the PDF reports emails and all other emails sent by Matomo by editing the configuration file config/config.ini.php, and adding under the
[General]
section, the following line:
noreply_email_address = "info@example.org"
All reports by email will now be sent from “info@example.org”
Please note: Changing this setting will change the email address used for all emails sent by Matomo.