Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: EE 3.0.0
-
Component/s: None
-
Labels:None
-
Environment:server
Description
When email notification provider is configured to use SSL it fails to authenticate with the SMTP server.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26968 | Tue Dec 20 08:08:36 MST 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/EmailNotificationProvider.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26969 | Tue Dec 20 08:10:53 MST 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/lib/icepush.jar
|
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | EE 3.0.0 [ 10322 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Forced SMTP authentication by setting the expected Javamail property. Updated Javamail SSL socket factory property so that SMTP connections won't verify server's certificate (when configured so).