From: chandan mallik Date: 2013-02-20T23:31:18+09:00 Subject: Plz check and tell me the error in this code require 'net/smtp' message = < To: A Test User MIME-Version: 1.0 Content-type: text/html Subject: SMTP e-mail test This is an e-mail message to be sent in HTML format This is HTML message.

This is headline.

MESSAGE_END Net::SMTP.start('localhost') do |smtp| smtp.send_message message, 'me@fromdomain.com', 'chandan.k@cisinlabs.com' end -- Posted via http://www.ruby-forum.com/.