Sha256: f3b494b255f73f045ae340c6805ab0778a1085be80375cf08610e678516875ac
Contents?: true
Size: 538 Bytes
Versions: 52
Compression:
Stored size: 538 Bytes
Contents
# Configuration is passed to Pony (https://github.com/benprew/pony) # ==> SMTP # If testing locally, mailcatcher (https://github.com/sj26/mailcatcher) is a helpful gem via: smtp via_options: address: localhost port: 1025 # user_name: user # password: password # authentication: :plain # :plain, :login, :cram_md5, no auth by default # domain: "localhost.localdomain" # the HELO domain provided by the client to the server # ==> Sendmail # via: sendmail # via_options: # location: /usr/sbin/sendmail # arguments: '-t -i'
Version data entries
52 entries across 26 versions & 1 rubygems