Mail block

Permalink
Hello,

In the standard formcreation block, I created a contactform. I wanna change the 'From' emailadres. Where can I do this? This is probably the systems standard emailadres that I entered during installation?

Thank you,
Martijn.

pixel
 
Mainio replied on at Permalink Best Answer Reply
Mainio
Open up /config/site.php and add this there:
define('FORM_BLOCK_SENDER_EMAIL', 'you@youraddress.com');
pixel replied on at Permalink Reply
pixel
That did the trick, thanks!