home *** CD-ROM | disk | FTP | other *** search
- # ============================================================
- # SMTP mail server properties for out-going email notification
- # ============================================================
- #
- # set mail.mailer.disabled=true to disable the email.
- #mail.mailer.disabled=true
-
- # If no authentication is needed, set auth=false, and comment out username/password
- mail.transport.protocol=smtp
- mail.smtp.auth=true
- mail.smtp.host=mail.yourcompany.com
- mail.smtp.from=bugzero_NoReturn@yourcompany.com
- mail.username=yourUsername
- mail.password=yourPassword
-
- #mail.smtp.port=25
-
- #mail.debug=true
- #mail.charset=UTF-8
-
- # Only if your server need pop3 authentication FIRST (rare case), uncomment out the following
- #mail.store.protocol=pop3
- #mail.pop3.auth=true
- #mail.pop3.host=pop3.yourcompany.com
-