User: starksm
Date: 01/08/21 08:37:52
Modified: src/etc/conf/default Tag: Branch_2_4 mail.properties
Log:
Don't use Simone's mail info as the default
Revision Changes Path
No revision
No revision
1.2.4.1 +12 -6 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.2
retrieving revision 1.2.4.1
diff -u -r1.2 -r1.2.4.1
--- mail.properties 2001/04/20 22:55:30 1.2
+++ mail.properties 2001/08/21 15:37:51 1.2.4.1
@@ -1,7 +1,13 @@
-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