Class: Soryo::PremailerPlugin

Inherits:
Plugin
  • Object
show all
Defined in:
lib/plugins/premailer.rb

Instance Method Summary collapse

Methods inherited from Plugin

descendants

Instance Method Details

#run(email) ⇒ Object



6
7
8
# File 'lib/plugins/premailer.rb', line 6

def run(email)
    Premailer.new(email, :with_html_string => true)
end