-
Notifications
You must be signed in to change notification settings - Fork 23
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
mail POST to mailing list fails #2
Comments
It also happens with corporation and alliance |
Taking a look on the monolith side. Figure it might be exception class UserError being raised by the mail service and not going anywhere because the actions probably do not really handle user errors as exceptions. |
Sent a mail to a valid mailing list, it appeared in my sent box; however, the "To" list was empty. Here was the request:
And here was the response headers:
|
The fix to this should be going out tomorrow. It's exactly the issue that @GunfighterJ is describing so i'm hopeful. |
Looks like everyone forgot about this but some quick testing suggests that the fix went out and was successful, so I'm closing this ticket. If this is not the case just reopen it and let me know. |
using
recipient_type
mailing_list
does not send to the mailing list id, and results in a timeouthttps://sentry.tech.ccp.is/ccpgames/esi-mail/issues/129447/events/4723621/
The text was updated successfully, but these errors were encountered: