Skip to content

Commit

Permalink
Merge pull request wso2#54 from sherenewso2/master
Browse files Browse the repository at this point in the history
Fix email parameters code block in QSG
  • Loading branch information
sherene authored Jul 12, 2019
2 parents 9c0ee4f + d1795c1 commit 2fa8c78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions en/docs/getting-started/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,10 @@ Pickup Manager applications using WSO2 IS.
2. Add and configure the following properties in the `deployment.toml` file found in the `<IS_HOME>/repository/conf` folder. Update the address, username, and password parameters with the values of a valid email account.

``` java
mail.publisher.address =
mail.publisher.username =
mail.publisher.password =
[mail.publisher]
address =
username =
password =
```

4. Restart WSO2 IS.
Expand Down

0 comments on commit 2fa8c78

Please sign in to comment.