DefineX-Studios / WatchTower

A simplified AIO server monitor
1 stars 0 forks source link

SMTP configuration required #6

Closed Enigmazflo closed 1 year ago

Enigmazflo commented 1 year ago

SMTP server configuration (for mail)

  1. smtp_server = 'smtp.domain.need'
  2. smtp_port = some port
  3. smtp_username = 'your_email@gmail.com' (bitwarden)
  4. smtp_password = 'your_email_password'(bitwarden)
adsau59 commented 1 year ago

visit here and login with creds from bw for more details

smtp_server = "mail21.mymailcheap.com" smtp_port = 587 portocol = STARTTLS

Enigmazflo commented 1 year ago

Something aint right, not able to connect image

python: File "C:\Python311\Lib\socket.py", line 962, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socket.gaierror: [Errno 10109] getaddrinfo failed

adsau59 commented 1 year ago

Y u doing telnet?

Enigmazflo commented 1 year ago

FIXED, my bad, typo error!