From: Ferdous ara Date: 2012-10-06T07:10:23+09:00 Subject: img src while sending email ruby cgi Hi I am sending email by ruby cgi. Sending is fine by html but when i am trying to insert a image , it does not work.. wondering what i am doing wrong here is the code : message = < To: testuser 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

bay1.gif

MESSAGE_END Net::SMTP.start('smtp.myemail.com') do |smtp| smtp.send_message message, 'test@test.com', 'test1@test1.com end email is going. but image is not attaching .. Can any one please help me . -- Posted via http://www.ruby-forum.com/.