Sep 7, 2018 | PHP/MySQL Database, Web Hosting
In some circumstance, customer PHP website may use PHPMailer to send email Below is a basic PHPMailer configuration example for your reference – (You need to adjust Host, Username, Password , and your email content) <?php # # Based on PHPMailer v6.0.5 # ref.:...
Aug 3, 2018 | Email Hosting
What is backscattered email spam? In Internet, the sender address of an email is forge-able, someone pretend you to send an email to a 3rd party SMTP server. If the 3rd party server accepted that email, but found no such user, and bounced that email back. That email...
Jun 9, 2017 | Web Hosting
In some circumstance, customer may update the website. Customer’s original website may be (e.g.) at /shop/ Customer’s new website may be (e.g.) at /shop2/ Then, after the new website (e.g.) /shop2/ launch, it’d better to redirect existing traffic...
Oct 16, 2015 | PHP/MySQL Database, Web Application
When upgrading PHP version (e.g. from PHP 5.4 to 5.5) PHP.net (the official site) may remove some old functionalities. Before removal, it may generate some DEPRECATED messages. For example – In PHP 5.3, deprecated functions includes magic_quote and...