Email Settings

My SMTP server does not need a username/password, but it does need a from email address? Is there anyway to set this inside of the config.ini file?
Setting it with the username = "email@domain.com" doesn’t work.

Never mind, I changed line 275 in \plugins\ScheduledReports\ScheduledReports.php from


            $mail->setDefaultFromPiwik();

To this:


	   $mail->setFrom('email@domain.com', 'Report');

and the report is emailing now.

Don’t do that. Just edit your config.ini.php and add:


[General]
noreply_email_address=X@y.com