Exceeded storage allocation. The server response was......

  • Thread starter Thread starter Nemisis
  • Start date Start date
N

Nemisis

Hi everyone,

When i try to send a large email using Net.Mail.MailMessage, and it
includes an attachment of 1.92Mb, i get the following error

"Exceeded storage allocation. The server response was: 4.3.1 Message
size exceeds fixed maximum message size"

Does anyone know how to fix this and why i am getting it?

Thanks in advance
 
Open the IIS Manager, expand your computer's name, scroll down to
"Default SMTP Server", right-click it and select "Properties" from the context menu.

Click the "Messages" tab and set a maximum message size, or allow any
size messages by deselecting the "Limit maximum message size to" checkbox.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
Thanks for this, i knew what it ment, as you said it is pretty obvious,
but didnt know how to fix it.

Thanks for the quick reply, you will be surprised that there are no
details on this when you type the msg into google
 
Back
Top