Action Mailer Problem, please help

This is really basic ruby - you'll run into trouble if you don't know stuff like this The #{} construct allows this sort of stuff, ie

message = 'Hello' puts "The message is #{message}" will print The message is Hello

Fred

Watch the Railscast for sending email => www.railscasts.com