mooli tayer has uploaded a new change for review. Change subject: tools: fix notifier's support of smtp over ssl ......................................................................
tools: fix notifier's support of smtp over ssl Change-Id: Ifecec2d5972610e6d8fbb4435c1c29c4ad6b32cd Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1008975 Signed-off-by: Mooli Tayer <mta...@redhat.com> --- M backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/utils/sender/mail/JavaMailSender.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/24/19824/1 diff --git a/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/utils/sender/mail/JavaMailSender.java b/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/utils/sender/mail/JavaMailSender.java index e283e32..e746fa2 100644 --- a/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/utils/sender/mail/JavaMailSender.java +++ b/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/utils/sender/mail/JavaMailSender.java @@ -40,7 +40,7 @@ public JavaMailSender(NotificationProperties aMailProps) { Properties mailSessionProps = setCommonProperties(aMailProps); - mailSessionProps.put("mail.smtp.host", aMailProps.getProperty(NotificationProperties.MAIL_SERVER)); + mailSessionProps.put("mail.host", aMailProps.getProperty(NotificationProperties.MAIL_SERVER)); // enable SSL if (aMailProps.getBoolean(NotificationProperties.MAIL_ENABLE_SSL, false)) { mailSessionProps.put("mail.transport.protocol", "smtps"); -- To view, visit http://gerrit.ovirt.org/19824 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifecec2d5972610e6d8fbb4435c1c29c4ad6b32cd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: mooli tayer <mta...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches