Dynamic Email Setting Configuration

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
measan
User
Posts: 35

Dynamic Email Setting Configuration

Post 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


mobhar
User
Posts: 11905

Post 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.


measan
User
Posts: 35

Post by measan »

Thanks for your suggestion.


Post Reply