twogo

Results 2 issues of twogo

``` use mailer\tp5\Mailer; function sendEmail($to, $content) { $subject = '测试一下'; //邮件主题 $mailer = Mailer::instance(); $mailer ->from('[email protected]', 'xxx') ->to($to) ->subject($subject) ->text($content) ->send(); } ```

你好,页面之前的切换,有提供动画吗?直接切换显得太生硬了。能够支持animate就好了。