Guest User

Untitled

a guest
Dec 13th, 2017
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. EMAIL_HOST = 'smtp.mail.********.info'
  2. EMAIL_HOST_USER = 'mail@*********.info'
  3. EMAIL_HOST_PASSWORD = '*********'
  4. EMAIL_PORT = 465
  5. EMAIL_USE_TLS = True
  6.  
  7. CORS_ORIGIN_ALLOW_ALL=True
  8. APPEND_SLASH= False
  9.  
  10. send_mail('hello', 'pesanan.', 'noreply@server.info', ['arnoldfox21@gmail.com'])
  11.  
  12. gaierror at /form-pemesanan-suplier/
  13. [Errno 11001] getaddrinfo failed
  14. Request Method: POST
  15. Request URL: http://127.0.0.1:8000/form-pemesanan-suplier/
  16. Django Version: 1.11.7
  17. Exception Type: gaierror
  18. Exception Value:
  19. [Errno 11001] getaddrinfo failed
  20. Exception Location: C:Python27Libsocket.py in create_connection, line 557
  21. Python Executable: C:UserskurniawanEnvsmyprojectScriptspython.exe
  22. Python Version: 2.7.14
Add Comment
Please, Sign In to add comment