Update send_mail.py

This commit is contained in:
go-outside-helper 2024-03-14 17:24:46 +01:00 committed by GitHub
parent 392bb6af6e
commit 63fd9fe798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "bt3" __author__ = "Mia Stein"
import netaddr import netaddr
import socket import socket
@ -11,4 +11,4 @@ for ip in netaddr.IPNetwork(subnet):
s = socket.socket() s = socket.socket()
print ip print ip
s.connect((ip, 25)) s.connect((ip, 25))
# send email packets # send email packets