Method: MailHandler::Sending::SMTPSender#initialize
- Defined in:
- lib/mailhandler/sending/smtp.rb
#initialize ⇒ SMTPSender
Returns a new instance of SMTPSender.
20 21 22 23 24 25 26 |
# File 'lib/mailhandler/sending/smtp.rb', line 20 def initialize @type = :smtp @authentication = 'plain' @use_ssl = false end |