This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import smtplib | |
from email import encoders | |
from email.mime.base import MIMEBase | |
from email.mime.text import MIMEText | |
from email.mime.multipart import MIMEMultipart | |
from random import randint | |
from time import sleep | |
def main(): |