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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nemisis

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

    Hi everyone,

    When i try to send a large email using Net.Mail.MailMe ssage, 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

  • Aidy

    #2
    Re: Exceeded storage allocation. The server response was......

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

    Dare I point out the obvious? :)


    Comment

    • Juan T. Llibre

      #3
      Re: Exceeded storage allocation. The server response was......

      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/
      =============== =============== =====
      "Nemisis" <darrens2005@ho tmail.comwrote in message
      news:1168943305 .396854.187400@ 11g2000cwr.goog legroups.com...
      Hi everyone,
      >
      When i try to send a large email using Net.Mail.MailMe ssage, 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
      >

      Comment

      • Nemisis

        #4
        Re: Exceeded storage allocation. The server response was......

        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

        Comment

        Working...