Change from address (#23)
This commit is contained in:
parent
40642f4436
commit
1c33c1368f
|
@ -1,9 +1,9 @@
|
||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AssemblyVersion>7.4.0.0</AssemblyVersion>
|
<AssemblyVersion>7.4.1.0</AssemblyVersion>
|
||||||
<FileVersion>7.4.0.0</FileVersion>
|
<FileVersion>7.4.1.0</FileVersion>
|
||||||
<Authors>danieljsummers</Authors>
|
<Authors>danieljsummers</Authors>
|
||||||
<Company>Bit Badger Solutions</Company>
|
<Company>Bit Badger Solutions</Company>
|
||||||
<Version>7.4.0</Version>
|
<Version>7.4.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -8,10 +8,9 @@ open Microsoft.Extensions.Localization
|
||||||
open MimeKit
|
open MimeKit
|
||||||
open MimeKit.Text
|
open MimeKit.Text
|
||||||
open PrayerTracker.Entities
|
open PrayerTracker.Entities
|
||||||
open System
|
|
||||||
|
|
||||||
/// The e-mail address from which e-mail is sent (must match Google account)
|
/// The e-mail address from which e-mail is sent
|
||||||
let private fromAddress = "prayer@djs-consulting.com"
|
let private fromAddress = "prayer@bitbadger.solutions"
|
||||||
|
|
||||||
/// Get an SMTP client connection
|
/// Get an SMTP client connection
|
||||||
// FIXME: make host configurable
|
// 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