tecpresso / laravel-allow-non-rfc-compliant-email-patch
Allow non-rfc compliant email (ex. example..@example.com)
1.2.0
2020-05-02 04:39 UTC
Requires
- php: >=7.0
- illuminate/support: >=5.5.0||6.0.0||7.0.0
- swiftmailer/swiftmailer: ~5.4|~6.0
Requires (Dev)
- orchestra/testbench: >=3.5 || >=4.0
- phpunit/phpunit: >=6.5 || >=7.1 || >=8.0
This package is auto-updated.
Last update: 2025-03-29 00:31:52 UTC
README
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
Install
composer require tecpresso/laravel-allow-non-rfc-compliant-email-patch
This library corresponds to auto discovery
Usage
The library enabled automatically.
Testing
composer test
Lisence
MIT