Skip to content

Commit

Permalink
Remove the SMTP settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbaarsen committed Aug 24, 2016
1 parent 0eff7cf commit d5cb5c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Add support for running Intercity behind HTTPS (jvanbaarsen)
* Add support for Letsencrypt based HTTPS (jvanbaarsen)
* Removed the FROM_EMAIL env var, since this is now configured in the IC interface (jvanbaarsen)
* Removed the SMTP env vars, they are moved to the IC interface (jvanbaarsen)

## [0.3.0] - 2016-05-27
* Symlink the Intercity Backup directory (See https://github.com/intercity/intercity-next/pull/42)
Expand Down
7 changes: 0 additions & 7 deletions samples/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ env:
LANG: en_US.UTF-8
HOSTNAME: "intercity.example.com"

SMTP_ADDRESS: smtp.example.com # (mandatory)
#SMTP_PORT: 587 # (optional)
#SMTP_USER_NAME: [email protected] # (optional)
#SMTP_PASSWORD: pa$$word # (optional, WARNING the char '#' in pw can cause problems!)
#SMTP_ENABLE_START_TLS: true # (optional, default true)
#SMTP_DOMAIN: # (optional, If not provided we use the HOSTNAME)

#LETSENCRYPT_ACCOUNT_EMAIL: "youremail"

params:
Expand Down

0 comments on commit d5cb5c6

Please sign in to comment.