search for: filenamen

Displaying 1 result from an estimated 1 matches for "filenamen".

Did you mean: filename
2008 Jul 17
2
Passing array to the email body using ActionMailer
Hi, all I am new to actionmailer. I am writing a script that sends emails contains lots of file names. So the email will look like: hi, filename1 filename2 filename3 . . . filenameN So I want to pass an array containing all the filenames into the email body. My code is below: class Notifier < ActionMailer::Base def log_report(recipient, files) from ''zhengdao.kan-TVtm3wuDI7lWk0Htik3J/w@public.gmane.org'' recipients recipient subject '...