Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The email specified in the "to"-field is semi-silently ignored if the email doesn't exist. #7

Open
hulthe opened this issue Mar 5, 2020 · 0 comments · May be fixed by #8
Open

The email specified in the "to"-field is semi-silently ignored if the email doesn't exist. #7

hulthe opened this issue Mar 5, 2020 · 0 comments · May be fixed by #8
Assignees
Labels
bug Something isn't working Priority: High The Priority Is High

Comments

@hulthe
Copy link

hulthe commented Mar 5, 2020

POST body:

{
    "to": "....",
    "from": "[email protected]",
    "subject": "....",
    "body": "...."
}

Response:

{
    "to": "....",
    "from": "[email protected]",
    "subject": "....",
    "body": "...."
}

Perhaps this should be an error instead?

@hulthe hulthe added bug Something isn't working Priority: High The Priority Is High labels Mar 5, 2020
@williamleven williamleven linked a pull request Oct 1, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: High The Priority Is High
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants