module Laspatule::Services::Mail
Direct including types
Defined in:
laspatule/services/mail.crInstance Method Summary
-
#send(to : String, subject : String, text : String) : Nil
Sends a mail to the given recipient.
Instance Method Detail
abstract
def send(to : String, subject : String, text : String) : Nil
#
Sends a mail to the given recipient.