markdown Laravel Mailgun安装程序

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Laravel Mailgun安装程序相关的知识,希望对你有一定的参考价值。

### Mailgun setup
  - install Guzzle HTTP library : ```composer require guzzlehttp/guzzle```
  - [sign up to mailgun] (http://www.mailgun.com)
  - Go to ```Domains``` tab and click on domains
  - You will find the necessary data for ```.env``` setup
      - MAIL_DRIVER=mailgun
      - MAIL_HOST=smtp.mailgun.org
      - MAIL_PORT=587
      - MAIL_USERNAME=postmaster@sandbox------------------------------6f.mailgun.org
      - MAIL_PASSWORD=502fd951f7------------------------
      - MAILGUN_DOMAIN=sandbox21f9a-----------------------166f.mailgun.org
      - MAILGUN_SECRET=key-ee-----------------------------
      
-Now your mailgun configuration is complete and your are to send email 

以上是关于markdown Laravel Mailgun安装程序的主要内容,如果未能解决你的问题,请参考以下文章

使用 Mailgun API 在 Laravel 8 中未发送电子邮件

Laravel 8通过api客户端发送mailgun错误:未经授权的响应:禁止

使用 Laravel 的 Mailgun 驱动程序,你如何(优雅地)通过电子邮件发送自定义数据和标签?

Mailgun、Mandrill 和 Ses 驱动程序、SMTP 和 phpmailer,在 Laravel 5.1 中使用哪一个?

laravel框架总结(十五) -- 发送邮件

Laravel5.5 邮件驱动使用 SMTP 驱动实现邮件发送