X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=config.pl;h=2c420341d4babef1a4768eaeecf365be834e8299;hb=2f9aba4464996b8cdac4c939635aaff6b74dcf46;hp=c384d447f927cd56c19c7942acc2b776fcf1da53;hpb=a750465391500500569d859a16cb92f5d37a3965;p=app-fonbot-daemon.git diff --git a/config.pl b/config.pl index c384d44..2c42034 100644 --- 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 '; + +# Send emails with this subject +$email_subject = 'FonBot message'; + # End the configuration file return 1;