# File lib/letter_opener/delivery_method.rb, line 12 def deliver!(mail) location = File.join(settings[:location], "#{Time.now.to_i}_#{Digest::SHA1.hexdigest(mail.encoded)[0..6]}") messages = Message.rendered_messages(location, mail) Launchy.open(URI.parse(URI.escape(messages.first.filepath))) end
Generated with the Darkfish Rdoc Generator 2.