added "reply-to" capabilities
[squirrelmail.git] / config / config.php
index a4a5cde4511576ad5d01b0fcb6074aecd34eeee8..dfbb4e3d8b49f5124744ef6fe185a241a68326bf 100644 (file)
@@ -9,6 +9,14 @@ $org_name = "Operation Mobilization";
 $imapServerAddress = "adam.usa.om.org";
 $imapPort = 143;
 
+/* The domain where your email address is.  
+ * EX:  in "luke@usa.om.org", usa.om.org is the domain.
+ * this is for all the messages sent out.  Reply address
+ * is generated by $username@$domain
+ */
+$domain = "usa.om.org";
+
+/* Your SMTP server and port number (usually the same as the IMAP server) */
 $smtpServerAddress = "adam.usa.om.org";
 $smtpPort = 25;