Page 1 of 1

Dynamic Email Setting Configuration

Posted: Tue Sep 03, 2024 10:33 am
by measan

Dear All,

I would like to set up email settings dynamically. I want to configure the email settings using my own table, email_user, so that they can be changed by the user administrator from within my program. How can I do this?

Best Regards,

measan


Re: Dynamic Email Setting Configuration

Posted: Tue Sep 03, 2024 12:45 pm
by mobhar

You may refer to the Config() global function to get/set the email configuration from src/config.production.php or src/config.development.php file dynamically.


Re: Dynamic Email Setting Configuration

Posted: Thu Sep 05, 2024 10:52 am
by measan

Thanks for your suggestion.