CourseSelect
CourseSelect copied to clipboard
heroku上部署以后无法发送邮件
学长您好,我在选课系统中添加了发送邮件激活账号和发送邮件找回密码的功能,但是部署到heroku上面以后 发送邮件的功能不能使用,查了一下是heroku的stmp的功能不能使用,请问你有什么解决方案么?
基本上没啥办法,因为别人已经封装成了服务,https://devcenter.heroku.com/articles/smtp
之前的相关问题:https://github.com/PENGZhaoqing/CourseSelect/issues/49