Method: Mutx::Notification.send_email

Defined in:
lib/mutx/lib/notification.rb

.send_email(destination, subject: nil, body: nil, attachment: nil) ⇒ Object



5
6
7
# File 'lib/mutx/lib/notification.rb', line 5

def self.send_email(destination, subject: nil, body: nil, attachment: nil)
  self.send(:email, destination, subject: subject, body: body, attachment: attachment)
end