dougou8573 2018-12-05 22:11
浏览 101
已采纳

使用Laravel 5.5.44中的SwiftMailer库发送电子邮件时出现问题

I have this problem in Laravel 5.5.44 with Swift Mailer package trying to sending emails. This is the mail that the Swift Mailer package send to the server responsible for sending e-mails to the users:

This is the mail system at host user-ws.localdomain.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<cxxx@gmail.com>: host gmail-smtp-in.l.google.com[74.125.71.26] said:
    550-5.7.1 [41.X.X.X] The IP address sending this message does not have a
    PTR 550-5.7.1 record setup. As a policy, Gmail does not accept messages
    from IPs 550-5.7.1 with missing PTR records. Please visit 550-5.7.1
    https://support.google.com/mail/answer/81126#authentication for more 550
    5.7.1 information. p10-v6si4248809wrw.296 - gsmtp (in reply to end of DATA
    command)

Can you guys help me?

  • 写回答

1条回答 默认 最新

  • duanlu6268 2018-12-05 22:31
    关注

    Well, the error message that you received from googlemail is quite clear:

    As a policy, Gmail does not accept messages from IPs 550-5.7.1 with missing PTR records.

    This means that the domain that you use in the FROM: header of your mail must have a DNS A-record pointed to the IP address of the host from which the email was sent.

    To clarify:

    • your domain: example.com
    • your FROM adress: whitejson@example.com
    • your IP: 1.2.3.4 A-Record of domain example.com must map to IP 1.2.3.4 in your DNS server.

    If the server is only in your local network it will be impossible to send a mail to googlemail that does not comply with this rule.

    If you want to earn +2 reputation then mark this answer as accepted.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

    报告相同问题?

    悬赏问题

    • ¥15 相同型号电脑与配置,发现主板有一台貌似缺少了好多元器件似的,会影响稳定性和使用寿命吗?
    • ¥15 要求编写稀疏矩阵A的转置矩阵的算法
    • ¥15 编写满足以下要求的停车场管理程序,设停车场只有一个可停放n辆车的狭窄通道且只有一个大门可供车辆进出。
    • ¥20 powerbulider 导入excel文件,显示不完整
    • ¥15 用keil调试程序保证结果进行led相关闪烁
    • ¥15 paddle训练自己的数据loss降不下去
    • ¥20 用matlab的pdetool解决以下三个问题
    • ¥15 单个福来轮的平衡与侧向滑动是如何做到的?
    • ¥15 嵌入式Linux固件,能直接告诉我crc32校验的区域在哪不,内核的校验我已经找到了,uboot没有
    • ¥20 h3c静态路要求有详细过程