We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
@butschster We need to use the same attachment format as we have for SMTP event
For now http dump returns payload.files with the format
Smtp attachment has different format:
{ uuid: attachment.uuid, name: attachment.name, size: attachment.size, mime: attachment.mime, path: attachment.path }
SMTP attachment also has his own request url: [site]/api/smtp/${id}/attachments
[site]/api/smtp/${id}/attachments
Sorry, something went wrong.
butschster
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: