Allow non-rfc compliant email (ex. [email protected])
tecpresso/laravel-allow-non-rfc-compliant-email-patch is a Laravel package for allow non-rfc compliant email (ex. [email protected]).
It currently has 10 GitHub stars and 52.878 downloads on Packagist (latest version 1.2.0).
Install it with composer require tecpresso/laravel-allow-non-rfc-compliant-email-patch.
Discover more Laravel packages by tecpresso
or browse all Laravel packages to compare alternatives.
Last updated
Make RFC violation email address sendable.
This library suppresses Laravel exceptions. There are cases where it cannot be sent depending on the setting of the your mail server このライブラリはLaravelの例外を抑制するものです。メールサーバの設定によりメールが送信できない可能性があります
For example:
.not-rfc@example.com
not-rfc.@example.com
not..rfc@example.com
composer require tecpresso/laravel-allow-non-rfc-compliant-email-patch
This library corresponds to auto discovery
The library enabled automatically.
composer test
MIT