frontend
frontend copied to clipboard
split the mail config file based on Transport
mail.local.php.dist in frontend, admin and api
also the global file https://github.com/dotkernel/dot-mail/blob/4.0/mail.global.php.dist
split in 2 separate dist files:
- master: define the Transport and the message options
- a smtp dist file with specific to smtp option , IF any
also remove the FIle and Memory options, are not used
linked to the issue #320