What's New
-
12/13/2019 Site created.
-
5/15/2020 Started work on the water feature. Click to view.
-
11/10/2020 Fixed contact page not sending mail.
-
1/24/2023 Updated the Overview page, added new videos to the video page, and other minor fixes.
-
1/24/2023 Fixed contact page not sending mail again.
This website is written in .Net C# and uses the SmtpClient/MailMessage classes to send mail to myself.
Again stuff has changed with Windows Server, or IIS, or .Net that broke sending mail from a website.
The following statement fixed the problem: "System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;"