User: starksm
Date: 01/08/21 08:57:19
Modified: src/etc/conf/default mail.properties
Log:
Change the default properties from Simone's to values that
must be customized
Revision Changes Path
1.4 +13 -7 jboss/src/etc/conf/default/mail.properties
Index: mail.properties
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/mail.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mail.properties 2001/08/11 21:32:45 1.3
+++ mail.properties 2001/08/21 15:57:18 1.4
@@ -4,12 +4,18 @@
## ##
### ====================================================================== ###
-### $Id: mail.properties,v 1.3 2001/08/11 21:32:45 user57 Exp $ ###
+### $Id: mail.properties,v 1.4 2001/08/21 15:57:18 starksm Exp $ ###
-mail.store.protocol = pop3
+# Change to your mail server prototocol
+mail.store.protocol = pop3
mail.transport.protocol = smtp
-mail.user = biorn_steedom
-mail.pop3.host = pop.mail.yahoo.com
-mail.smtp.host = smtp.mail.yahoo.com
-mail.from = [EMAIL PROTECTED]
-mail.debug = false
+# Change to the user who will receive mail
+mail.user = to_user
+# Change to the mail server
+mail.pop3.host = pop.dot.com
+# Change to the SMTP gateway server
+mail.smtp.host = smtp.dot.com
+# Change to the address mail will be from
+mail.from = [EMAIL PROTECTED]
+# Enable debugging output from the javamail classes
+mail.debug = false
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development