Author: manaRH
Date: 2012-02-02 09:53:44 -0500 (Thu, 02 Feb 2012)
New Revision: 14287
Modified:
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml
branches/community/Seam_2_3/examples-ee6/pom.xml
Log:
added Mail example into Examples EE6
Modified:
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml 2012-02-02
14:52:51 UTC (rev 14286)
+++
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml 2012-02-02
14:53:44 UTC (rev 14287)
@@ -15,4 +15,6 @@
<!-- If you need to alter the SMTP gateway, comment out this mail-session,
-->
<!--<mail:mail-session host="localhost" port="2525" />
-->
+ <!-- uncomment this one and set the host attribute to the name or IP address of
your SMTP gateway-->
+ <mail:mail-session host="localhost" tls="false"
port="3025" ssl="false" />
</components>
Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml 2012-02-02 14:52:51 UTC (rev 14286)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml 2012-02-02 14:53:44 UTC (rev 14287)
@@ -17,6 +17,7 @@
<modules>
<module>booking</module>
+ <module>mail</module>
</modules>
<build>
Show replies by date