From d9a3904454980dd10f5fddd973e254ab138764b6 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 16 Aug 2011 02:56:16 +0200 Subject: Bug 466419: Add SSL support for SMTP r/a=mkanat --- Bugzilla/Install/Requirements.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index d8119f1b0..ab696e235 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -260,6 +260,12 @@ sub OPTIONAL_MODULES { version => 0, feature => ['smtp_auth'], }, + { + package => 'Net-SMTP-SSL', + module => 'Net::SMTP::SSL', + version => 1.01, + feature => ['smtp_ssl'], + }, { package => 'RadiusPerl', module => 'Authen::Radius', -- cgit v1.2.3-24-g4f1b