Contact form "From:" email
Permalink 5 users found helpfulJust add this somewhere in the file:
define('EMAIL_DEFAULT_FROM_ADDRESS', '[email protected]'); define('EMAIL_DEFAULT_FROM_NAME', 'Myself'); define('FORM_BLOCK_SENDER_EMAIL', EMAIL_DEFAULT_FROM_ADDRESS);
For more options have a look at Mesuva's cheat sheet:http://www.mesuva.com.au/blog/technical-notes/concrete5-cheat-sheet...
Best
Patrick
$from = '[email protected]' . str_replace(array('http://', 'https://'), '', BASE_URL);
where it says from '[email protected]' change to [email protected] or whatever you want