This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
DeskHubSharp/DeskHubSharp.Models/Email.fs
2018-12-16 14:35:17 -05:00

7 lines
225 B
Forth

namespace DeskHubSharp.Models
type EmailModel() =
member this.FromEmail = "wjmiller2016@gmail.com"
member this.ToEmail = "wjmiller2016@gmail.com"
member this.Password = "password"