From 0f7f1176bdad9766d6fdb6aecdaff9b3e021c8eb Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 21 Nov 2023 12:12:34 +0100 Subject: [PATCH] Testmail Template --- application/views/email/testmail.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 application/views/email/testmail.php diff --git a/application/views/email/testmail.php b/application/views/email/testmail.php new file mode 100644 index 00000000..116023d5 --- /dev/null +++ b/application/views/email/testmail.php @@ -0,0 +1,9 @@ +Hi, + +This is a test email from your Cloudlog instance. + +If you received this email, your mail settings are correct. + +Regards, + +Cloudlog. \ No newline at end of file