Class: Eye::Notify::SES
- Inherits:
-
Custom
- Object
- Custom
- Eye::Notify::SES
- Defined in:
- lib/eye/notify/ses.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
10 11 12 13 14 |
# File 'lib/eye/notify/ses.rb', line 10 def execute AWS::SES::Base.new( access_key_id: access_key_id, secret_access_key: secret_access_key ).send_email() end |
#message ⇒ Object
16 17 18 19 20 21 |
# File 'lib/eye/notify/ses.rb', line 16 def { to: contact, from: from, subject: , text_body: } end |