Just wanted to share the script I am working on but only the basics as it can be used as a template for anything else. < ?php require_once "Mail.php"; $host = "ssl://mail.domain.co.uk"; $port = "465"; $username = "me@domain.co.uk"; $password = "PassW0rd"; Full code available php-ssl-smtp-html You can save into a file and run it from […]
Posts from March 2016
System Details
I recently uploaded a simple little java & swing code that would give you the most basic details about your system, a few more details are now added and here is the result if you like it just download it as it’s available in java (JAR) and in windows (EXE). Couple of screenshots showing the […]
You must be logged in to post a comment.