Wordpress 教程 免插件使用smtp功能 /** * Mail smtp setting */ //使用smtp发送邮件,以163邮箱为例 add_action('phpmailer_init', 'mail_smtp'); function... 2017年8月7日 发表评论 阅读全文