where do I edit EMAIL_DEFAULT_FROM_ADDRESS in 5.7?
PermalinkWhere can I find the equivallent of this in 5.7?
Thanks!!!!

Obviously, replacing DEFAULT_FROM_ADDRESS and DEFAULT_FROM_NAME with the email address and name.
e.g.,
'address' => 'no-reply@domain.com.au',
'name' => 'No Reply'
Was using the second last version of C5.7.
concrete\blocks\form\controller.php had code still using FORM_BLOCK_SENDER_EMAIL.
The latest version has this fixed.