Skip to content

Instantly share code, notes, and snippets.

@MimisK13
Forked from mrabbani/mailgun-config.md
Created August 25, 2020 15:50
Show Gist options
  • Select an option

  • Save MimisK13/acb6415e4ba1a54fff08d0b21bdaab4a to your computer and use it in GitHub Desktop.

Select an option

Save MimisK13/acb6415e4ba1a54fff08d0b21bdaab4a to your computer and use it in GitHub Desktop.
Laravel Mailgun Setup

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

-Now your mailgun configuration is complete and your are to send email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment