You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As i know the RFC 5322 does allow for the domain part to be an IP address if it is enclosed in square brackets, like so : phuonghoa.nguyen@[113.161.68.89] but when i input this email like : [email protected] then it's still valid
The text was updated successfully, but these errors were encountered:
And in case : i input this email : phuonghoa.nguyen@[123.255.37.2] then its invalid ? I have take a look to the core of the package and i find the reason is in this case have report a warning like this :
As i know the RFC 5322 does allow for the domain part to be an IP address if it is enclosed in square brackets, like so : phuonghoa.nguyen@[113.161.68.89] but when i input this email like : [email protected] then it's still valid
The text was updated successfully, but these errors were encountered: