Forms From Email Address now prefix with "concrete5-" after upgrading to 5.6.0.2

Permalink
After upgrading to 5.6.0.2 from 5.5.2.1 on all of my form submissions "concrete5-" is prefix to my from email address. I do have define('FORM_BLOCK_SENDER_EMAIL', 'noreply@portxxx.ca'); & define('EMAIL_DEFAULT_FROM_NAME', 'Port xxx'); in my site.php file in the /config folder.

I cannot find how to remove the prefix.

I just change FORM_BLOCK_SENDER_EMAIL to be info@portxxx.ca and it does not use it - any ideas?

 
peter17 replied on at Permalink Best Answer Reply
Found my problem. With the upgrade to 5.6.0.2 I needed to change FORM_BLOCK_SENDER_EMAIL to EMAIL_DEFAULT_FROM_ADDRESS in my site.php file.