我试图在我的游戏应用程序中使用gmail服务器发送邮件,但它给出了超时时间。我按照剧本文档中的说明配置了它。我的配置是
mail.smtp.host=smtp.gmail.com
mail.smtp.user=*******
mail.smtp.pass=*******
mail.smtp.channel=ssl.几天前发信很成功。有人知道解决办法吗?
发布于 2012-02-26 10:52:18
临时禁止。
以下内容非常适合我:
mail.smtp.host=smtp.gmail.com
mail.smtp.user=***@yourdomain.com
mail.smtp.pass=***
mail.smtp.channel=sslhttps://stackoverflow.com/questions/9447910
复制相似问题