Skip to content

mikkame/laravel-allow-non-rfc-compliant-email-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allow non rfc complaint email validator

Build Status Latest Stable Version Total Downloads License

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

About

Allow non-rfc compliant email (ex. example..@example.com)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages