Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Change from address (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljsummers committed Dec 3, 2019
1 parent 40642f4 commit 1c33c13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>
<AssemblyVersion>7.4.0.0</AssemblyVersion>
<FileVersion>7.4.0.0</FileVersion>
<AssemblyVersion>7.4.1.0</AssemblyVersion>
<FileVersion>7.4.1.0</FileVersion>
<Authors>danieljsummers</Authors>
<Company>Bit Badger Solutions</Company>
<Version>7.4.0</Version>
<Version>7.4.1</Version>
</PropertyGroup>
</Project>
5 changes: 2 additions & 3 deletions src/PrayerTracker/Email.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ open Microsoft.Extensions.Localization
open MimeKit
open MimeKit.Text
open PrayerTracker.Entities
open System

/// The e-mail address from which e-mail is sent (must match Google account)
let private fromAddress = "prayer@djs-consulting.com"
/// The e-mail address from which e-mail is sent
let private fromAddress = "prayer@bitbadger.solutions"

/// Get an SMTP client connection
// FIXME: make host configurable
Expand Down
5 changes: 5 additions & 0 deletions src/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "3.0.100"
}
}

0 comments on commit 1c33c13

Please sign in to comment.