Thursday

cursor hand for image or link


<img style="cursor:pointer;" src='images/14.png' border=0>

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 ...