diff options
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/MTA.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index 4364db49b..53340dc13 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -51,6 +51,12 @@ sub get_param_list { }, { + name => 'mailfrom', + type => 't', + default => 'bugzilla-daemon' + }, + + { name => 'sendmailnow', type => 'b', default => 1 |