Skip to content
Snippets Groups Projects
Select Git revision
  • f593a6c4f69aa11986b2a3836d90f013c25b8cc4
  • 2022 default
  • 2021
  • master protected
  • 2021
5 results

Makefile

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"