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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion