From: Jeff Thorne Date: 2002-10-09T00:19:36+09:00 Subject: NET::SMTP ? I am collecting a users's email address from a web form and trying to created and .rb smtp application to dynaically generate an e-mail...I have tried inserting the cgi email variable into my string but I am running into problems... I have tried the following email = params['email'][0] ... f.puts 'From: inforequest@test.com on behalf of <%= email %>' and f.puts 'From: inforequest@test.com on behalf of #{email}' Any input on how to correctly insert this param in the string would be greatly appreciated.... thanks Jeff > >