Advertisement
Guest User

Plexemail

a guest
Feb 12th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. !#!# mean I edited the field
  2. I'm sorry if this makes it more confusing. Leave the other stuff in there, I just keep the settings that I changed
  3.  
  4. ##Folder Paths
  5.  
  6. plex_data_folder = '/ssd/plex/Library/Application Support/' !#!# location of database
  7.  
  8.  
  9. ##General
  10.  
  11. date_days_back_to_search = 3 !#!# It defaults to 7 which the email was to big for gmail
  12.  
  13. ##Plex API Authentication (only used for shared user Emails right now)
  14. plex_username = '*****************' !#!#
  15. plex_password = '******************' !#!#
  16.  
  17.  
  18. ##Web
  19. web_enabled = False !#!# changed to false
  20.  
  21.  
  22. ##Email
  23.  
  24. email_to = ['********@gmail.com']
  25.  
  26. email_from = '*********@gmail.com' !#!# make sure this is the same as the gmail username
  27. email_from_name = 'MacroPlex' !#!# What you want the name to be
  28. email_smtp_address = 'smtp.gmail.com' !#!# leave default if using gmail
  29. email_smtp_port = 465 !#!# changed to 465
  30. email_use_ssl = True #Port must be an SSL port i.e. 465 !#!# make sure to enable
  31. email_username = '***************@gmail.com' !#!# full gmail address, make sure this is the same as email_from
  32. email_password = '*************' !#!# password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement