|
Lines 1-5
Link Here
|
| 1 |
/******************************************************************************* |
1 |
/******************************************************************************* |
| 2 |
* Copyright (c) 2012 IBM Corporation and others. |
2 |
* Copyright (c) 2012, 2014 IBM Corporation and others. |
| 3 |
* All rights reserved. This program and the accompanying materials |
3 |
* All rights reserved. This program and the accompanying materials |
| 4 |
* are made available under the terms of the Eclipse Public License v1.0 |
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
| 5 |
* which accompanies this distribution, and is available at |
5 |
* which accompanies this distribution, and is available at |
|
Lines 93-98
Link Here
|
| 93 |
properties.put("mail.smtp.password", PreferenceHelper.getString("mail.smtp.password", null)); |
93 |
properties.put("mail.smtp.password", PreferenceHelper.getString("mail.smtp.password", null)); |
| 94 |
|
94 |
|
| 95 |
properties.put("mail.smtp.auth", PreferenceHelper.getString("mail.smtp.auth", "false")); |
95 |
properties.put("mail.smtp.auth", PreferenceHelper.getString("mail.smtp.auth", "false")); |
|
|
96 |
|
| 97 |
if (PreferenceHelper.getString("mail.smtp.starttls.enable", null) != null) |
| 98 |
properties.put("mail.smtp.starttls.enable", PreferenceHelper.getString("mail.smtp.starttls.enable", null)); |
| 99 |
|
| 100 |
if (PreferenceHelper.getString("mail.debug", null) != null) |
| 101 |
properties.put("mail.debug", PreferenceHelper.getString("mail.debug", null)); |
| 96 |
} |
102 |
} |
| 97 |
|
103 |
|
| 98 |
public static UserEmailUtil getUtil() { |
104 |
public static UserEmailUtil getUtil() { |