Well I fixed one thing:
map.contact '/contact', :controller => 'contact', :action => 'index' map.send_mail '/contact', :controller => 'contact', :action => 'send_mail'
.. and now I receive no errors but I also receive no mail...
Still need help - thanks.