Initial implementation of new Mail class and basic drivers

This commit is contained in:
Kijin Sung 2016-04-25 22:07:20 +09:00
parent 81b5230c9c
commit fedc7efc59
8 changed files with 1085 additions and 240 deletions

View file

@ -68,6 +68,7 @@ return array(
'smtp_pass' => null,
'api_domain' => null,
'api_token' => null,
'api_type' => null,
'api_user' => null,
'api_pass' => null,
),