Concrete5 Forms

Permalink 1 user found helpful
Rather trivial question - but is there a way to set the "Sender" email for any of the emails being delivered via the form.

I know I could change the "admin" user email - but we want to change the sender to something like "no-reply@website.com" - and having the admin user email set as this is not so desirable.

I'm thinking there might be a really obvious, simple way to do this that I haven't come across?

myFullFlavour
 
Ekko replied on at Permalink Best Answer Reply
Ekko
Add this to config/site.php

define('FORM_BLOCK_SENDER_EMAIL ','Whatever@what.com');
TorstenKelsch replied on at Permalink Reply
TorstenKelsch
Thanks from me, too!
myFullFlavour replied on at Permalink Reply
myFullFlavour
Thanks so much!