Method: Backup::Notifier::Mail#encryption

Defined in:
lib/backup/notifier/mail.rb

#encryptionObject

Set the method of encryption to be used for the SMTP connection.

:starttls (default)

Use STARTTLS to upgrade the connection to a SSL/TLS connection.

:tls or :ssl

Use a SSL/TLS connection.

:none

No encryption will be used.



89
90
91
# File 'lib/backup/notifier/mail.rb', line 89

def encryption
  @encryption
end