Emails comming from info@concrete5.org
Permalink
I am currently developing a site where people will be able to register and i was testing the registration function, i have it so that you need email activation. the email activation comes from info@concrete5.org.
im using the defalt php Sendmail function not an smtp server.
why is it like this anyone know?
im using the defalt php Sendmail function not an smtp server.
why is it like this anyone know?
It is hard coded on the following files;
concrete/controller/login.php - line 383
concrete/mail/validate_user_email.php line 5
on Concrete version 5.3.3.1
concrete/controller/login.php - line 383
concrete/mail/validate_user_email.php line 5
on Concrete version 5.3.3.1
how can we change it so that it uses the settings from the email page?
im just not sure what the variables are
im just not sure what the variables are
I guess it's hard coded somewhere.