Sending Email. Exceeded storage allocation.

Discussion in 'ASP.NET 2.0' started by kriskumar, Jun 30, 2009.

  1. Hi,

    I get "Exceeded storage allocation. The server response was: 4.3.1 Session size exceeds fixed maximum session size" when I try to send newsletter out.

    I tried both localhost and Pickup directory. Application works only if I have limited amount of receipients, say 50.

    If the receipient list exceeds few hundreds then I get this error. Also I loop thru a list of email ids and send emails out induvidually.

    Can anyone provide any suggestion to fix this issue?

    Thanks

    Kris:confused:
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Some questions

    1) what email component are you using to send email?

    2) do you get a bounced email back w/ the error OR the error showed up as an exception when you hit the page?
     

Share This Page