Add Email plugin
[app-fonbot-daemon.git] / config.pl
index c384d447f927cd56c19c7942acc2b776fcf1da53..2c420341d4babef1a4768eaeecf365be834e8299 100644 (file)
--- a/config.pl
+++ b/config.pl
@@ -55,5 +55,17 @@ $httpd_port = 8888;
 # Read the authentication data from this directory
 $Apache2::Authen::Passphrase::rootdir = "$rootdir/us";
 
+# Email
+# =====
+
+# Delay emails for up to 5 seconds to allow batching
+$email_batch_seconds = 5;
+
+# Send emails from this address
+$email_from = 'FonBot <fonbot@example.com>';
+
+# Send emails with this subject
+$email_subject = 'FonBot message';
+
 # End the configuration file
 return 1;
This page took 0.009265 seconds and 4 git commands to generate.