tags:

views:

160

answers:

2

I want to send a mail but it gives me a the following error

Paragraph is too large

i want to know that what is the maximum length of a mail while sending in asp vbscript

A: 

I think this mostly depends on your server settings, and when using an smtp server it probably depends on its settings aswell.

Nicky De Maeyer
+1  A: 

Seems other people have had the same problem. From the linked page:

I discovered that ASPMail was returning an odd message "paragraph too large"... I found that messages about 123,000 bytes or so would cause this to occur.

A comment at the bottom of the page suggests a workaround:

Turns out "Paragraph is too large" it is not because the page size is too big. It's because the string of text is going on too long and the line is too wide. Add a "VBCrLf" every now and then and your set. Whew.

ire_and_curses
this error comes when i send a large data with mail
Manish
all the text is come from the database
Manish