Skip to content

Instantly share code, notes, and snippets.

@dhduc
Forked from mrabbani/mailgun-config.md
Created November 9, 2018 11:05
Show Gist options
  • Select an option

  • Save dhduc/ad57aa5c17b911d1c13d491314bbaac6 to your computer and use it in GitHub Desktop.

Select an option

Save dhduc/ad57aa5c17b911d1c13d491314bbaac6 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