From: Damjan Rems Date: 2008-04-24T15:17:33+09:00 Subject: Re: Email/SMTP::NET Problems It is: Net::SMTP.start('mail.my.com') do |smtp| smtp.send_message myMessage, 'postmaster@my.com', send_to end My question is. Are you sure that em = cgi['email'] is a String object? Try to use em.to_s. by TheR -- Posted via http://www.ruby-forum.com/.