How to change the "Reply to" Email from "Concrete5-noreply"

Permalink
I'm looking for a way to change the Reply to Email from "Concrete5-noreply" to something like "Mywebsite-noreply"

Found Form.php in Concrete\Core\Controllers\Blocks\forms
Looking for $replyToEmailAddress where to set.

HOBOcs
 
mkly replied on at Permalink Reply
mkly
Hello,
In /config/site.php you can add
define('EMAIL_DEFAULT_FROM_ADDRESS', 'info@example.org');


Change info@example.org to your desired email.

Best Wishes,
Mike