codeigniter4 / shield

Authentication and Authorization for CodeIgniter 4
https://shield.codeigniter.com
MIT License
359 stars 128 forks source link

Dev: update shield:setup command for set config/Emal::$mailType With `html` #1018

Closed datamweb closed 8 months ago

datamweb commented 8 months ago

Shield uses html format to send emails. Therefore, it is better for command Setup to perform the settings related to public string $mailType = 'html';.

https://github.com/codeigniter4/shield/blob/4cd5c07199ea76e1f14a19825ed3a98817718511/src/Commands/Setup.php#L346-L402

more info see https://forum.codeigniter.com/showthread.php?tid=89321