Change from address (#23)
This commit is contained in:
parent
40642f4436
commit
1c33c1368f
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
5
src/global.json
Normal file
5
src/global.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "3.0.100"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user