Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • rename_category_group
  • php8.1_deprecations
  • v1.12.1
  • v1.13
  • v1.12
  • v1.11
  • v1.10
  • v1.9
  • v1.8
  • v1.7
  • v1.6
  • v1.5
  • v1.4
  • v1.3
  • v1.2
  • v1.1
  • v1.0
18 results

mail.cnf

Blame
  • mail.cnf 528 B
    ;
    ; Do not commit changes to this config file!
    ;
    
    ; GMail example
    ;Host        = "smtp.gmail.com"
    ;SMTPSecure  = "tls"
    ;Port        = "587"
    ;verify_peer = true; set to false, if remote certificate cannot be verified
    ;Username    = "testexample@gmail.com"
    ;Password    = "XXX"
    ;FROMNAME    = "Jards"
    
    ;GMX example
    Host        = "mail.gmx.net"
    SMTPSecure  = "ssl"
    Port        = "465"
    verify_peer = true
    Username    = "testtest@gmx.de"
    Password    = "XXX"
    FROMNAME    = "Jards"
    
    TARGET="carstenkarbach@gmx.de"