Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-roberts authored Oct 28, 2019
1 parent 282b857 commit eb50f70
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Storm-ConfigurationBuilders-Smtp
Uses [configuration builders](https://docs.microsoft.com/en-us/aspnet/config-builder) added in .Net 471 to create a SMTP element in the web.config using values set in AppSettings. Useful for changing SMTP settings between environments.
# Storm.ConfigurationBuilders.Smtp

[![Build Status](https://dev.azure.com/storm-id-oss/Storm.Umbraco/_apis/build/status/Storm.ConfigurationBuilders.Smtp?branchName=master)](https://dev.azure.com/storm-id-oss/Storm.Umbraco/_build/latest?definitionId=12&branchName=master)

Uses [configuration builders](https://docs.microsoft.com/en-us/aspnet/config-builder) added in .Net 471 to create a SMTP section in the web.config using values set in AppSettings. Useful for changing SMTP settings between environments.

## Setup
All necessary classes and config changes should be added as part of the package installation, all that remains is to fill in the following keys in the AppSettings section with the appropriate values.

## What's in the box?
- Configuration builder & settings classes
- Adds the configuration builder set up to the web.config
- Adds default app settings (set to use localhost:25)
```
<add key="Smtp:Host" value="localhost" />
<add key="Smtp:Port" value="25" />
Expand Down

0 comments on commit eb50f70

Please sign in to comment.