-
Notifications
You must be signed in to change notification settings - Fork 323
Open
Labels
ApprovedThe issue is approvedThe issue is approvedIntegrationGitHub request for Integration areaGitHub request for Integration area
Description
Describe the issue
The email address test@contoso is validated as a correct address. This makes it possible to enter bad email addresses which isn't noticed until trying to send.
Expected behavior
The email address should be stopped at validation, not when sending the email.
Steps to reproduce
- In Email Accounts press Send Test Email.
- Select Other...
- Enter test@contoso
- The error ends up in the Outbox instead of a validation error
Alternate way to reproduce in Cronus
- Go to customer 10000
- Remove .com after contoso in field Email
- Don't get a validation error
Additional context
It is possible to fix in codeunit 8889 "Email Account Impl." in function ValidateEmailAddress().
But maybe it should be fixed in DotNet MailAddress.MailAddress() instead?
I will provide a fix for a bug
- I will provide a fix for a bug
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ApprovedThe issue is approvedThe issue is approvedIntegrationGitHub request for Integration areaGitHub request for Integration area