Sending email from the server is one of the popular problem in any web applications since we might need to send the several types of emails such as daily report email, invoice email, notification email etc. If we are going to send the simple emails(ex. simple text), we can use the default mailing functionality easily. …
Clean storage on the server
If the storage over filled on the server, the server will stop working automatically. Normally VPS servers has 20 GB of storage, but it could be over filled sometimes if we don’t have a good logging stuff management system. For example, if we keep the old log files on the server and don’t consider on …