hlfw.ca

webbing

Download patch

ref: c455683cc4d9755fd6e30b5a8f4dc507f049cbf8
parent: ad759b4dfcc6c985c386bd556e182a87984de13e
author: Michael Misch <michaelmisch1985@gmail.com>
date: Thu Aug 6 05:31:04 PDT 2020

Update url.go

--- a/url.go
+++ b/url.go
@@ -4,7 +4,7 @@
 
 var (
 	addr = "smtp.gmail.com"
-	pw   = os.Getenv("OLMAX_EMAIL")
-	gmail = "olmaxmedical@gmail.com"
-	url  = "https://medical.olmax.io"
+	pw   = os.Getenv("[redacted]")
+	gmail = "[redacted]"
+	url  = "[redacted]"
 )