inc_mail.asp
find the following around line #180: Const NoLoginMethod=0
Const CramMD5Method=1
Const AuthLoginMethod=2
Const LoginPlainMethod=3
replace the above section of code with this: NoLoginMethod=0
CramMD5Method=1
AuthLoginMethod=2
LoginPlainMethod=3