module MailxRuby
Constants
- VERSION
Public Class Methods
send_mail(body:, to:, **options)
click to toggle source
# File lib/mailx_ruby.rb, line 9 def send_mail(body:, to:, **options) CommandGenerator.execute options.merge(body: body, to: to) end
Private Instance Methods
send_mail(body:, to:, **options)
click to toggle source
# File lib/mailx_ruby.rb, line 9 def send_mail(body:, to:, **options) CommandGenerator.execute options.merge(body: body, to: to) end