systemshock
Starting Member
United Kingdom
4 Posts |
Posted - 25 June 2010 : 11:13:37
|
I'm not sure if anyone else has encountered this problem, but if you disable the email service on 3.4.06 and then try to email a user it gives you a 500 - internal server error.
search for a code block,
if mLev > 2 or rs("M_RECEIVE_EMAIL") = "1" then strContacts = strContacts + 1
If you insert
if strEmail = "1" then
between 306 and 307
and an
end if
between 316 and 317 (before you make the first statement or all the lines will be shifted down by one)
then it removes the dialogue to email a user.
Thought people might like this one if they find it annoying.
Rich |
|