Good morning,
when User try to register to the forum, they get the following error displayed:
"Wrong number of arguments or invalid property assignment:sendMail"
this happens in register.asp in this line of code:
blnSentEmail = SendMail(strEmailBody, decodeString(strUsername), decodeString(strEmail), strMainForumName, decodeString(strForumEmailAddress), strSubject, strMailComponent, false)
what is here running in the wrong way? ;-)
edit: same problems are sometimes when sending an PM and user is informed with mail.
NOTE: problem is not happening every time - but most time ;-)
Edited by leiti - 08 January 2008 at 7:03am