Sha256: de0153f81e619a21e9b61659cdb720fa3fd5860420256c9ae2dd3fe595aa91f3
Contents?: true
Size: 548 Bytes
Versions: 4
Compression:
Stored size: 548 Bytes
Contents
## # Mail [Notifier] # notify_by Mail do |mail| mail.on_success = true mail.on_failure = true mail.from = 'sender@email.com' mail.to = 'receiver@email.com' mail.address = 'smtp.gmail.com' mail.port = 587 mail.domain = 'your.host.name' mail.user_name = 'sender@email.com' mail.password = 'my_password' mail.authentication = 'plain' mail.enable_starttls_auto = true end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
backup-3.0.19 | lib/templates/notifier/mail |
backup-3.0.18 | lib/templates/notifier/mail |
interu-backup-3.0.16 | lib/templates/notifier/mail |
backup-3.0.16 | lib/templates/notifier/mail |