Reorganize mail driver class structure and add SES driver

This commit is contained in:
Kijin Sung 2016-05-06 21:31:04 +09:00
parent a12722ad79
commit 0420361349
8 changed files with 189 additions and 90 deletions

View file

@ -15,6 +15,13 @@ interface MailInterface
*/
public static function getInstance(array $config);
/**
* Get the human-readable name of this mail driver.
*
* @return string
*/
public static function getName();
/**
* Check if the current mail driver is supported on this server.
*