While the emails aren't sending automatically on my site, I thought I'd give other Mysidia members the work around I started using, for those who may not be aware of it. 
It is simply this:
Go into your MyPHP (Or in my case phpMyAdmin)and expand your adopts database. 
Find the table called "adopts_passwordresets". 
In this table, you have all the information you'll need to send an email to the user. Using the site's email *(If you have one. We use gmail.)*, make a form letter. The one I use is as follows:
	Quote:
	
	
		
			
				Subject: Username - Password Reset 
 
Message: Please use this link to gain access to the password reset page: 
 
http://yoursiteurl/forgotpass/reset 
 
Use This Reset Code: JKwfnAhua 
 
Please let us know if you have any problems or questions.
			
		 | 
	
	
 That way your user can still reset their password on their own. ^.^ Hope this helps someone.