简体   繁体   中英

Send mail using mailtrap in laravel

I am sending mail using mailtrap. mailtrap received mail in inbox, it says:

From:   Example <hello@example.com>
To: <maymail@gmail.com>

but the problem is I don't get any mail on maymail@gmail.com , not in inbox, not in spam. so what is the problem?

mailtrap不会将任何邮件发送到任何邮件地址,它用于伪造邮件,因此登录到mailtrap服务后,您可以在您的mailtrap收件箱中看到已发送的邮件

删除邮寄程序作为默认的邮件驱动程序,并设置您的smtp配置并尝试。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM