Class: Locomotive::Steam::AsyncEmailService

Inherits:
EmailService
  • Object
show all
Defined in:
lib/locomotive/steam/services/async_email_service.rb

Instance Method Summary collapse

Instance Method Details

#send_email!(options) ⇒ Object



6
7
8
9
10
# File 'lib/locomotive/steam/services/async_email_service.rb', line 6

def send_email!(options)
  _options = prepare_options_for_async(options)

  SendPonyEmailJob.perform_later(_options)
end