-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Mails with large attachments sent but with error #279
Comments
Looks like a network timeout. The timeout is configurable, but maybe not applied in this case. You can try to increase it and see if it helps. -- gaute |
@gauteh thanks for the tip. I tried setting the
Well despite the error, I can still send these emails, so I guess it's not something fatal... |
Ok. Maybe there is somewhere else where the timeout (an environment variable for SSL or something) can be configured. It is frequently set to 10 minutes. Good that it still works though.. Do you manage to download the message later? |
Thanks, I will try if I can find any other config that might be relevant. Though the error occurs much shorter than 10 minutes, I tested and counted, it pops up around 1 minutes after I hit send mail.
Yes, I can download the mail after the next |
I am using Lieer/gmi by calling it using
gmi send -t -C /mail
from neomutt. When I tried sending mails with large attachments (10~20MB), I get an error screen that looks like the mail sending was failed, and bumped me back to the email editor screen. But the mail had actually already been sent out at this time.The error message I got is:
Not sure if this is a bug or some network issue on my side. Thanks!
The text was updated successfully, but these errors were encountered: