I think it is working now. I found several issues.
1) your mail method was set to "sendmail", but the sample emailtest.php file was using "mail". I updated it to "mail" to compare apples to apples
2) your mail body file: forgotpw_17.php was not uploaded. I changed it to forgotpw_2.php since I saw that file on the server
3) Your from address display had a single quote in it, so I had to update the recordset reference to: $rs_org->getColumnVal("busName",false) (the ,false at the end keeps the quote from being encoded)
After making those changes I was able to get a forgot password email. Please test and let me know if it is working for you now.