diff options
Diffstat (limited to 'Bugzilla/Config/MTA.pm')
-rw-r--r-- | Bugzilla/Config/MTA.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index 686d5b3e4..37d99d967 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -69,6 +69,17 @@ sub get_param_list { default => 'localhost' }, { + name => 'smtp_username', + type => 't', + default => '', + checker => \&check_smtp_auth + }, + { + name => 'smtp_password', + type => 'p', + default => '' + }, + { name => 'smtp_debug', type => 'b', default => 0 |