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
Thanks, Bill
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.
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.
Yes download Handyman addon
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
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
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 )
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 )
there is a block in the marketplace called "Handyman" that will take care of the email setting for you.