Invalid Email error
Open
@LeahWhalen is already working on this.
Since Oct 8, 2021.
backend
feature
low
- Dominant language
- Rust
- Stars
- 14
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
hitting Create returns EmptyError in all cases. It would be better to get more defined errors, at least with these variants:
- InvalidEmail
- Unknown (everything else)
At a glance this relies on parsing the SendGrid data which is currently logged as:
StatusCode: 400 Bad Request, Body: {"errors":[{"message":"Does not contain a valid address.","field":"personalizations.0.to.0.email","help":"http://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/errors.html#message.personalizations.to"}]}
So marking this as low priority and putting it in the Future milestone (on the frontend we can assume any error is InvalidEmail, once this issue is resolved)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.