From 5b985a997f50e3476a606f40e2ced32b36cbef03 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 29 Oct 2014 14:39:55 +0100 Subject: Make email sender configurable Signed-off-by: Florian Pritz --- application/config/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'application/config') diff --git a/application/config/config.php b/application/config/config.php index d386a77b8..2191b21df 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -363,6 +363,9 @@ $config['proxy_ips'] = ''; |-------------------------------------------------------------------------- */ +// This address will be used as the sender for emails (like password recovery mails). +$config['email_from'] = "webmaster@example.invalid"; + // upload_path should NOT be readable/served by the server, but only by the script $config['upload_path'] = FCPATH.'data/uploads'; -- cgit v1.2.3-24-g4f1b