All Projects → WildsideUK → Laravel Mailguneu

WildsideUK / Laravel Mailguneu

Licence: mit
Allow customising the Mailgun server URL to use EU servers.

Projects that are alternatives of or similar to Laravel Mailguneu

Orm
A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
Stars: ✭ 712 (+5376.92%)
Mutual labels:  laravel, laravel-package
Laravel Notify
Flexible Flash notifications for Laravel
Stars: ✭ 787 (+5953.85%)
Mutual labels:  laravel, laravel-package
Laravel User Verification
PHP package built for Laravel 5.* to easily handle a user email verification and validate the email
Stars: ✭ 755 (+5707.69%)
Mutual labels:  laravel, laravel-package
Laravel Heyman
Declarative style of authorization and validation in laravel.
Stars: ✭ 677 (+5107.69%)
Mutual labels:  laravel, laravel-package
Simple Cache
An easy to use Caching trait for Laravel's Eloquent Models.
Stars: ✭ 19 (+46.15%)
Mutual labels:  laravel, laravel-package
Sweet Alert
A BEAUTIFUL, RESPONSIVE, CUSTOMIZABLE, ACCESSIBLE (WAI-ARIA) REPLACEMENT FOR JAVASCRIPT'S POPUP BOXES FOR LARAVEL
Stars: ✭ 696 (+5253.85%)
Mutual labels:  laravel, laravel-package
Laravel Mailbox
Catch incoming emails in your Laravel application
Stars: ✭ 783 (+5923.08%)
Mutual labels:  laravel, mailgun
Laravel Visits
📊 Laravel Visits is a counter that can be attached to any model to track its visits using Redis or Eloquent. (with tags, IP protection and caching)
Stars: ✭ 582 (+4376.92%)
Mutual labels:  laravel, laravel-package
Laravel Log
Simple API to write logs for Laravel.
Stars: ✭ 19 (+46.15%)
Mutual labels:  laravel, laravel-package
Package Skeleton
📦 My base for PHP packages.
Stars: ✭ 6 (-53.85%)
Mutual labels:  laravel, laravel-package
Laravel Open Source Projects
A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework.
Stars: ✭ 676 (+5100%)
Mutual labels:  laravel, laravel-package
Laravel Aws Sns
Laravel package for the AWS SNS Events
Stars: ✭ 24 (+84.62%)
Mutual labels:  laravel, laravel-package
Laravel Shopify
A full-featured Laravel package for aiding in Shopify App development
Stars: ✭ 634 (+4776.92%)
Mutual labels:  laravel, laravel-package
Chat
A Laravel chat package. You can use this package to create a chat/messaging Laravel application.
Stars: ✭ 710 (+5361.54%)
Mutual labels:  laravel, laravel-package
Laravel Options
Global key-value store in the database
Stars: ✭ 626 (+4715.38%)
Mutual labels:  laravel, laravel-package
Twitter
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x
Stars: ✭ 755 (+5707.69%)
Mutual labels:  laravel, laravel-package
Laravel Decomposer
⚙️ A Laravel package to decompose your installed packages, their dependencies, your app & server environment
Stars: ✭ 488 (+3653.85%)
Mutual labels:  laravel, laravel-package
Snooze
A package to simplify automating future notifications and reminders in Laravel
Stars: ✭ 515 (+3861.54%)
Mutual labels:  laravel, laravel-package
Laravel Blade Directives
A collection of nice Laravel Blade directives
Stars: ✭ 813 (+6153.85%)
Mutual labels:  laravel, laravel-package
Eloquent Ldap
A Laravel 5.1 package that first tries to log the user against the internal database if that fails, it tries against the configured LDAP/AD server.
Stars: ✭ 19 (+46.15%)
Mutual labels:  laravel, laravel-package

Wildside/MailgunEu

Provides a replacement MailServiceProvider in Laravel which requires setting the full Mailgun base URL.

Requirements

  • This package requires PHP 5.6+
  • It works with Laravel 5.x (and may work with earlier versions too).
  • It does not work with Laravel 5.5 or Laravel 5.7 (or newer) as native support for the EU endpoint is available.

Installation

Require this package with composer

composer require wildside/mailguneu

Replace your MailServiceProvider in config/app.php.

// Illuminate\Mail\MailServiceProvider::class,
Wildside\MailgunEu\MailServiceProvider::class,

Update your mailgun.domain value in config/services.php to provide the full API URL (e.g. https://api.mailgun.net/v3/mg.example.org instead of mg.example.org)

License

This open-source software is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].