thinkphp thinkphp如何使用sendcloud发送邮件 首先注册一个sendcloud账号,就会有一个API_USER和一个API_KEY 然后根据sendcloud的api接口就可以进行对接了。 2020年08月04日 阅读 2,014 views 发表评论 阅读全文
thinkphp thinkphp如何使用phpmailer发送邮件 首先使用composer安装phpmailer composer require phpmailer/phpmailer 然后就可以在thinkphp项目中使用ph... 2020年08月04日 阅读 1,986 views 发表评论 阅读全文
thinkphp thinkphp如何对接阿里云邮件推送服务 一、thinkphp项目中使用阿里云邮件推送服务 首先下载阿里云邮件推送sdk 下载地址:http://aliyundm.oss-cn-hangzhou.aliyu... 2020年08月04日 阅读 2,406 views 发表评论 阅读全文