Friday

Fortmatting in python :


def CheckKey(self,k3y):
return "select count (*) as cnt from %s where k3y='%s'" % (self.cfg.get('dbset','waTable') , k3y)


more...

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...