Mail form in asp

Hi people!!

We noticed a few misbehaviours:

  • sometimes takes a long time to receive the mail, sent via form. (and not only in asp. We noticed the same in cf too).

  • in the body of the message at Horde Mail, the language accents are throwing errors. Only in the body, so, probably not a server issue, BUT, it was fine before…and Im still testing to see if now it’s happening EVERY time or not.

  • Unbelievable Timeouts on the administrative area of our main site, which uses ASP + MSSQL. Should I be talking to the programmer?..cause it’s crazy how fast it times out. Sometimes it improves A LITTLE…a very little :slight_smile: but not good enough.

Any suggestions?
Thank you

what component are you using to send the mail? I’ve always noticed that using CDONTS or CDOSYS can take a while (we can thank MS for that). Using a third party component such as ASPEmail or ASPMail can speed things up dramatically.