print(f"not sending mail - {toAddr} not an email-address.")
returnfalse
print(f"sending mail to {toAddr} for topic {topic}")
port=25
server=smtplib.SMTP("localhost",port)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.