Need Changing Default Email Sender and updating my Site

Permalink
As a small business owner I love Concrete 5, but when things are broken I'm stuck. I would like to update my site to 8.4.5, but it will not work through the dashboard as I have always done in the past. I also need to change the default email sender so my forms will email my new leads.

Thanks, Bill

closetplace
 
tallacman replied on at Permalink Reply
tallacman
what version of concrete5 are you using now?
there is a block in the marketplace called "Handyman" that will take care of the email setting for you.
ConcreteAustin replied on at Permalink Reply
Hi,
I can surely help you with the same. It would be great if you can ping me on my skype: live:austin_3383 to discuss further or you can drop me an email on austin@cisinlabs.com with all the details so that I will share the estimate along with timeframe and quote.

I am looking forward to hear from you soon.

Regards,
Austin.
fabianbitter replied on at Permalink Reply
fabianbitter
Yes download Handyman addon
AntropyWebsites replied on at Permalink Reply
Hi Bill,

We should be able to help with this, would you be able to drop us an email to get an estimate?
info@antropy.co.uk

Kind regards,
Alex
http://www.antropy.co.uk
WebigearDigital7 replied on at Permalink Reply
Hey dude,

To my best knowledge, it is defined here: concrete/config/concrete.php
Search for "Email Settings"

Of course, you should be making changes as a core override at: application/config/generated_overrides/concrete.php

In /application/config add a new file - concrete.php
<?php
return array(
'email' => array(
'form_block' => array(
'address' => 'xxx@yyy.zzz'
)
),
);

Thanks,
Contact me for any C5 related help ( jobs@webigear.com )