From 401a7a21bb32dd2eb9ade2ec6beacf8f20937c6c Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 27 Jul 2020 13:16:51 +0100 Subject: Switch mail settings to an externally set file --- mailsettings.go | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 mailsettings.go (limited to 'mailsettings.go') diff --git a/mailsettings.go b/mailsettings.go deleted file mode 100644 index b12a3a3..0000000 --- a/mailsettings.go +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright 2020 Nick White. -// Use of this source code is governed by the GPLv3 -// license that can be found in the LICENSE file. - -package bookpipeline - -// This file contains various mail account specific stuff; set this if -// you want to use the email notification functionality. - -// TODO: these should be set in a dotfile on the host, not here where the world can see them -const ( - MailServer = "" - MailPort = 587 - MailUser = "" - MailPass = "" - MailFrom = "" - MailTo = "" -) -- cgit v1.2.1-24-ge1ad