0

When I sending email i got this issues

"Insufficient system storage. The server response was: 4.1.0 .. temporary failure".

How to solve this error?

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
Deva
  • 23
  • 1
  • 6
  • 2
    Can you please show your work as well? – Soner Gönül Nov 18 '15 at 07:52
  • im using – Deva Nov 18 '15 at 07:54
  • 1
    Hi Deva, welcome to Stackoverflow! Here are some help pages to get you started: [Asking a good question](http://stackoverflow.com/help/how-to-ask), [What types of questions should I avoid asking?](http://stackoverflow.com/help/dont-ask), and [What topics can I ask about here?](http://stackoverflow.com/help/on-topic) Questions without a [clear problem statement](http://stackoverflow.com/help/mcve) are not useful to other readers; see if you can be more specific with your question. :) – Michelle Welcks Nov 18 '15 at 07:55

1 Answers1

1

It happen in following case:

  1. The exchange server is out of disk space.
  2. The recipient mailbox is out of disk space.

It is more common to run into issue #2 than issue #1. This question is already answer, see the below link

System.Net.Mail.SmtpException: Insufficient system storage. The server response was: 4.3.1 Insufficient system resources

Community
  • 1
  • 1
Avinash Jain
  • 7,200
  • 2
  • 26
  • 40