Module: MmMail
- Defined in:
- lib/mmmail.rb
Defined Under Namespace
Classes: Message, Transport, TransportError
Class Method Summary collapse
-
.mail(opts = {}, config = nil) ⇒ Object
Quickly send out an email.
Class Method Details
.mail(opts = {}, config = nil) ⇒ Object
Quickly send out an email.
280 281 282 |
# File 'lib/mmmail.rb', line 280 def self.mail(opts = {}, config = nil) Transport.mail(Message.new(opts), config) end |