# File daybook/mycgi/daybook/newpost/d_commentmail.rb, line 8 def initialize(myhash) @smtpserver='xxxxxxx' @sender = "xxxxxxxx" @recipient = "midorex@gmail.com" @subject = "Daybook_Comment" #------------------------------- @path_log_mail = myhash["f_log_mail"] end