• yii 邮箱封装

    ? php class Mailer{ private static $obj ; private static $config ; public static function getMailer() { if (! is_object (self:: $obj )) { self :: $config = [ 'class' = 'Swift_SmtpTransport', 'host' = 'smtp.163.com', 'username' = 'xxx@163.com', 'pass...

    2018-06-22 05:24:35 ssl tls

共1页