Advertisement
arxeiss

TOML Spamler config

May 14th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. #### URL to listen ####
  2. SecureURL    = "localhost:1443"
  3. NonSecureURL = "localhost:8080"
  4.  
  5. #### Email sending ####
  6. SMTP            = "mail.rd.jst"
  7. Port            = 80
  8. SkipInsecureTLS = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement