From 9ad3bca2ea475b709c8311ab25194e4578c1a0d9 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 12 Oct 2023 21:51:02 -0400 Subject: Webmaster gets an email when a comment is posted --- config/mail.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/mail.yml (limited to 'config/mail.yml') diff --git a/config/mail.yml b/config/mail.yml new file mode 100644 index 0000000..3c88234 --- /dev/null +++ b/config/mail.yml @@ -0,0 +1,8 @@ +production: + smtp_settings: + address: "" + port: 25 + user_name: "" + password: "" + authentication: "" + openssl_verify_mode: "" -- cgit 1.4.1