From: shane.sherman@... Date: 2005-04-13T04:09:37+09:00 Subject: Re: Ruby Rails Action Mailer not working with Windows XP SMTP server? Thanks, it actually turned out to be something very stupid. I ended up having to add logging calls to base.rb to track this down but basically I had "@recients = user.email" instead of "@recipients = user.email", so it was trying to send the e-mail to no one.