Class: Email::Verification::Hotmail
- Defined in:
- lib/email/verification/hotmail.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#email_body, #force_utf8, #initialize, #log, #set_retriever, #settings_provided?
Constructor Details
This class inherits a constructor from Email::Verification::Base
Instance Method Details
#retrieve_verification_code(email:, password:, mailboxes: %w(Inbox Junk),, count: :all, settings: {}, proxy: nil) ⇒ Object
5 6 7 |
# File 'lib/email/verification/hotmail.rb', line 5 def retrieve_verification_code(email:, password:, mailboxes: %w(Inbox Junk), count: :all, settings: {}, proxy: nil) super(email: email, password: password, host: "outlook.office365.com", port: 993, enable_ssl: true, mailboxes: mailboxes, count: count, settings: settings, proxy: proxy) end |