danhper / opencov

Open source code coverage history webapp
http://demo.opencov.com
MIT License
317 stars 42 forks source link

SMTP seems to truncate domain extension #37

Open dehy opened 3 years ago

dehy commented 3 years ago

I have created a new user on the admin panel, with an email with a long extension (ie. mydomain.digital).

The user is correctly created but the end user did not receive the email.

I looked at my transactional mail service logs and it seems it received smtp request with the recipient address truncated to the last 4 characters (ie. user@mydomain.digi), thus unable to deliver.