Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.32 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Example for a user configuration file
  2.  
  3. # Set default values for all following accounts.
  4. defaults
  5.  
  6.  
  7.  
  8. logfile "C:\xampp\sendmail\sendmail.log
  9. account Gmail
  10. tls on
  11. port 587
  12. tls_certcheck off
  13. host smtp.gmail.com
  14. from TEUGMAIL@gmail.com
  15. auth on
  16. user TEUGMAIL@gmail.com
  17. password SENHA
  18.  
  19. account default : Gmail