Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0-Beta
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush, email notification
Description
The current defaults for the EmailNotification provider are:
String host = configuration.getAttribute("host", "labs.icesoft.com");
String from = configuration.getAttribute("from", "tomcat@icesoft.com");
These should be modified to be "localhost" and "nobody@localhost".
String host = configuration.getAttribute("host", "labs.icesoft.com");
String from = configuration.getAttribute("from", "tomcat@icesoft.com");
These should be modified to be "localhost" and "nobody@localhost".
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #25642 | Mon Sep 26 14:07:16 MDT 2011 | ted.goddard | changed defaults to nobody ( |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/EmailNotificationProvider.java
|
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 2.0-Beta [ 10232 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |