Mail() isn't working for some odd reason, it works in another one(registration), just not this one(password reset).
My script:
//Allow html in email $headers = "From: manseld5@gmail.com"."\r\n"; $headers .= "Content-type: text/html"."\r\n"; $emailMsg...