S
Seguros Catatumbo
Hello, my webhost is somehow sending a (nonstandard?) message, when a
mailbox is full the message doesn't even get sent and i get a small
window in any MUA telling me that the mailbox is full, instead of
letting the mail go through and then send back a message with the
error.
This behaviour is causing classic asp's mail send object to fail
without any details of the error.
Is there a way for me to avoid this error and continue processing the
asp page? I only know of the "on error resume next" method, but if i
do that, it will not catch the other possible errors and redirect to
my error 500 page.
mailbox is full the message doesn't even get sent and i get a small
window in any MUA telling me that the mailbox is full, instead of
letting the mail go through and then send back a message with the
error.
This behaviour is causing classic asp's mail send object to fail
without any details of the error.
Is there a way for me to avoid this error and continue processing the
asp page? I only know of the "on error resume next" method, but if i
do that, it will not catch the other possible errors and redirect to
my error 500 page.