phpmailer gmail xoauth2,带有多个虚拟主机的多个gmail帐户
我托管了每个客户端使用其他主机名的Web应用程序。我已经在应用程序中成功配置了phpmailer,以允许客户输入自己的SMTP信息并发送电子邮件。不幸的是,当客户使用Google的电子邮件服务时,客户需要配置Gmail以允许更安全的电子邮件客户端。我想使用设置XOAUTH2,而不是要求客户端允许较低的电子邮件客户端。
我发现使用Google的API设置XOAuth2的所有说明,配置一个主机。我想设置XOAUTH2允许多个主机,而无需手动将新主机添加到Google的API中。任何帮助将不胜感激。
I host a web application that each client uses a different host name. I have successfully configured PHPMailer in the application to allow the client to enter their own SMTP information and send emails. Unfortunately, when the client uses Google's email service, the client needs to configure Gmail to allow less secure email clients. Instead of requiring the client to allow less secure email clients, I would like to use setup XOAUTH2.
All of the instructions I found setting up XOAUTH2 with Google's APIs, configure one host. I would like to setup XOAUTH2 allow multiple hosts without manually adding a new host to Google's API. Any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你不能。我不记得在回调URL中,您是否可以为同一应用程序放置不同的域(我从未对其进行测试)。但是同意屏幕只能使用一个。
I don't think you can. I don't remember if in the callback urls you can put differents domains for the same application (I never tested that). But the consents screen can use only one.