Change concrete5-noreply@yourdomain.com
Permalink 4 users found helpful
Hey guys!
How to change the email validation email from address. Currently it is concrete5-noreply@...com.?
Thanks!
How to change the email validation email from address. Currently it is concrete5-noreply@...com.?
Thanks!
where exactly is this site.php? I found one, but has no code like that.
nevermind...DUH! Worked great! Thanks
[root]/config/site.php
And this code is not there by default, you have to add it manually.
And this code is not there by default, you have to add it manually.
You can also set a name for the e-mail address:
define('EMAIL_DEFAULT_FROM_NAME', 'My Whiz-Bang Site');
define('EMAIL_DEFAULT_FROM_NAME', 'My Whiz-Bang Site');
all that stuff at the end just grabs the url and removes the http and www, so you can remove it if you want