suite
This commit is contained in:
parent
0771340c1b
commit
46def87707
@ -29,7 +29,7 @@ class GeneralMailer < ActionMailer::Base
|
|||||||
|
|
||||||
def new_send_qi_mail(options = {})
|
def new_send_qi_mail(options = {})
|
||||||
|
|
||||||
mail to: options[:to], :subject => "[KapsMe] "+options[:subject] do |format|
|
mail to: options[:to], :subject => options[:subject] do |format|
|
||||||
format.html { render :inline => options[:body] }
|
format.html { render :inline => options[:body] }
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user