ビューのコンテンツが表示されていません。添付ファイルのみが送信されます。助けていただければ幸いです!
def send
@subject = "Status of PIS App"
@recipients = "ssg@gmail.com"
@from = APP_CONFIG[:email]
@sent_on = Time.now
#@content_type = "text/html"
content_type = "multipart/alternative"
attachment :filename => "Report.html",:content_type => "text/html",
:body => File.read("/home/shreyas/repos/mysorepoc/app/models/new1.html")
end