Image Source:- Google Images Many of developers struggle to integrate send mail functionality in a website. So I thought why do we make the easy process for sending mail functionality by post. Here I comes with a simplified process for sending an email using PHPMailer. I integrated this many of websites developed by me using PHP. I have created my own…
Month: May 2020
How to Install VestaCP on Ubuntu 18.04 LTS
VestaCP gives you a user interface to host your website more efficiently and makes your work so easy. Below are the commands to install VestaCP.. ->apt-get update -y -> apt-get upgrade -y -> nano /etc/hosts -> 127.0.0.1 vestacp.phpmypassion.com -> wget http://vestacp.com/pub/vst-install.sh -> chmod 755 vst-install.sh -> bash vst-install.sh / bash vst-install.sh –force Type y and ENTER to continue: Please enter admin email address: admin@linuxbuz.com Please enter FQDN hostname [vestacp.linuxbuz.com]: Installation backup directory: /root/vst_install_backups/1564552012 If you found any type of difficulty for installing VestaCP in ec2 instance, you can intimate…
