I need to change email accounts, send them, and then return to the default settings.
I know that it is possible to modify configurations on the fly by passing an array of values to $this->email->initialize($ config);
Is there a way to have two or more different configurations, or do you have a way to return to the default configurations without having to initialize everything with the default parameters?
Thanks
I know that it is possible to modify configurations on the fly by passing an array of values to $this->email->initialize($ config);
Is there a way to have two or more different configurations, or do you have a way to return to the default configurations without having to initialize everything with the default parameters?
Thanks