【问题标题】:Is it possible to send email from PHP application to google group email / distribution list?是否可以将电子邮件从 PHP 应用程序发送到 google 组电子邮件/分发列表?
【发布时间】:2019-06-06 07:11:52
【问题描述】:

我可以从我的 PHP 应用程序发送电子邮件,但是当我尝试将电子邮件发送到 google 的分发列表时,((即)google 组)电子邮件不会发送。

我也尝试了 Codeigniter 邮件和 PHPMailer 库。

我在垃圾邮件中收到以下针对管理员的诊断信息:

550 5.1.1 RESOLVER.ADR.RecipNotFound; not found

【问题讨论】:

    标签: php codeigniter phpmailer codeigniter-3 google-groups


    【解决方案1】:

    使用 GoogleAPI:以 Gmail 用户身份进行身份验证,该用户有权发送到群组并使用 messages.send() https://developers.google.com/gmail/api/guides/sending

    【讨论】:

    • 目前 Google API 已被管理员禁用,因此我无法使用该选项。有没有其他方式使用PHP发送?
    猜你喜欢
    • 2018-09-15
    • 1970-01-01
    • 1970-01-01
    • 2015-06-07
    • 1970-01-01
    • 1970-01-01
    • 2014-09-14
    • 2012-07-02
    • 1970-01-01
    相关资源
    最近更新 更多