I checked with online email validators and they claim it's incorrect format. But in angular and html5 "email" input field, it seems to be accepted:
email.@domain.com
Should our website allow a user with such an email address to create an account (where there is a trailing-period after the user handle)? Or is such an email handle invalid/impossible by RFC standards.