Skip to content

Commit

Permalink
Don't spam gmail by default
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 28, 2013
1 parent 50cbe69 commit 3d35e34
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/settings.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@


# Settings for outgoing email (SMTP)
# - Default configuration is for GMail
#------------------------------------------------------------------------------
:smtp:
:address : "smtp.gmail.com"
:enable_starttls_auto : true
:port : 587
:address : "" # e.g. smtp.gmail.com
:enable_starttls_auto : true # true/false
:port : "" # e.g. 587
:authentication : :plain
:user_name : ""
:password : ""
Expand Down

0 comments on commit 3d35e34

Please sign in to comment.