home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / classes / conf / mail.properties < prev    next >
Encoding:
Text File  |  2004-10-21  |  806 b   |  25 lines

  1. # ============================================================
  2. # SMTP mail server properties for out-going email notification
  3. # ============================================================
  4. #
  5. # set mail.mailer.disabled=true to disable the email.
  6. #mail.mailer.disabled=true
  7.  
  8. # If no authentication is needed, set auth=false, and comment out username/password 
  9. mail.transport.protocol=smtp
  10. mail.smtp.auth=true
  11. mail.smtp.host=mail.yourcompany.com
  12. mail.smtp.from=bugzero_NoReturn@yourcompany.com
  13. mail.username=yourUsername
  14. mail.password=yourPassword
  15.  
  16. #mail.smtp.port=25
  17.  
  18. #mail.debug=true
  19. #mail.charset=UTF-8
  20.  
  21. # Only if your server need pop3 authentication FIRST (rare case), uncomment out the following
  22. #mail.store.protocol=pop3
  23. #mail.pop3.auth=true
  24. #mail.pop3.host=pop3.yourcompany.com
  25.