1.

What Is Email Configuration In Cakephp?

Answer»

EMAIL can be CONFIGURED in file CONFIG/app.php. It is not required to define email configuration in config/app.php. Email can be used without it; just use the RESPECTIVE methods to set all configurations separately or LOAD an array of configs. Configuration for Email defaults is created using config() and configTransport().

Email can be configured in file config/app.php. It is not required to define email configuration in config/app.php. Email can be used without it; just use the respective methods to set all configurations separately or load an array of configs. Configuration for Email defaults is created using config() and configTransport().



Discussion

No Comment Found