Skip to content

Instantly share code, notes, and snippets.

@mrabbani
Last active January 8, 2024 01:45
Show Gist options
  • Save mrabbani/33a6260ba52073a52cb5 to your computer and use it in GitHub Desktop.
Save mrabbani/33a6260ba52073a52cb5 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

@ahmedsammygeek
Copy link

thanks alot , this was very usual

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