5.7 Default Email Settings
Permalink
I am trying to set all the default email addresses to a generic address. I've placed this code in application/config/concrete.php
I have allowed public registration that needs to be reviewed and approved by an admin. When the user receives the email from application/mail/user_register_approval_required_to_user.php, the generic email address is used.
However, when I approve the request, the user receives a second email from /concrete/mail/user_registered_approval_complete.php but this one comes from the admin email address.
How can I change this to the generic address and better yet, what are all the possible options I can put in the email array?
Thanks.
I have allowed public registration that needs to be reviewed and approved by an admin. When the user receives the email from application/mail/user_register_approval_required_to_user.php, the generic email address is used.
However, when I approve the request, the user receives a second email from /concrete/mail/user_registered_approval_complete.php but this one comes from the admin email address.
How can I change this to the generic address and better yet, what are all the possible options I can put in the email array?
Thanks.