-
-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi guys!!!
Thank you for your awesome product!
I am trying to understand what an issue can be with sending email.
I am receiving timeout for some messages. When I am testing file sending through PowerShell everything works fine.
What is this AxiosError actually means?
{ "error": "timeout of 10000ms exceeded", "filename": "w2grbgkgv6gd7oud.eml", "level": "error", "message": "[MailQueue] Failed to send message \"w2grbgkgv6gd7oud.eml\"", "name": "AxiosError", "stack": "AxiosError: timeout of 10000ms exceeded\n at y.<anonymous> (dist/server.js:2:1309468)\n at y.emit (node:events:519:28)\n at Timeout.<anonymous> (dist/server.js:2:309606)\n at listOnTimeout (node:internal/timers:581:17)\n at process.processTimers (node:internal/timers:519:7)", "timestamp": "2024-12-29T11:30:02+02:00" }
I am using port 25 and User\Pass auth from smtp2graph side and certificate auth from Graph side.
