muquit / mailsend

A program to send mail via SMTP from command line
Other
296 stars 68 forks source link

Receive this erro :Error: MAIL FROM failed: '452 4.3.1 Insufficient system storage' #15

Open muquit opened 10 years ago

muquit commented 10 years ago

From knaga...@xtivia.com on July 02, 2013 07:39:15

What steps will reproduce the problem? 1. Sending email 2. 3. What is the expected output? What do you see instead? I expect it to send email. But it never does and gives me this error. What version of the product are you using? On what operating system? v1.16 Please provide any additional information below.

Original issue: http://code.google.com/p/mailsend/issues/detail?id=15

muquit commented 10 years ago

From muq...@gmail.com on July 08, 2013 08:43:01

mailsend is reporting the error it got from your SMTP server. It appears that the server is running out of disk space. But it could be something else too. Only way you can find out the real problem by talking to the admin of the SMTP server.

Thanks.