Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Im having problems with AspQMail not handling my messages. What should I check?

0
Posted

Im having problems with AspQMail not handling my messages. What should I check?

0

The most common reason for AspQMail failures is the CrLf issue as noted in the AspQMail docs. You must use a valid CrLf to force a carriage return/new line in your messages –assuming you are doing some sort of pre-formatting of your messages. With VBScript you can use the predefined constant VBCrLf. If you use JScript you can use \r\n. You cannot use a single Cr or a single Lf to force a new line in the message. AspQMail will not accept anything but a full CrLf sequence for a new line.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123