Sending Emails from PHP using Amazon SES
To create a PHP script to sent email using Amazon SES, create a folder mkdir ses-test cd ses-test Install phpMailer using composer composer require phpmailer/phpmailer Create a PHP file with following content
To create a PHP script to sent email using Amazon SES, create a folder mkdir ses-test cd ses-test Install phpMailer using composer composer require phpmailer/phpmailer Create a PHP file with following content
Install PHP on Debian/Ubuntu Install PHP on CentOS 7 Install PHP on RHEL 8 (CentOS/Rocky Linux/Alma Linux) PHP Toos
Here is a PHP script to check if PHP Zend OpCache is enabled on your server. https://gist.github.com/HostOnNet/e3f36fe923d408b8597575d601114a88 You can use OpCache GUI to see detailed stats https://github.com/amnuts/opcache-gui Install Zend OpCache on OpenLiteSpeed Server See php
uppy Open Source upload progress bar. https://uppy.io
If you have PHP GeoIP module installed, you can use the following PHP script to find GeoIP info.
To enable error reporting in PHP script, add To avoid PHP scripts showing errors, add See php
rvm is ruby version manager. Allow you to have multiple ruby version. To install rvm, run gpg –keyserver hkp://keys.gnupg.net –recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 curl -sSL https://get.rvm.io | bash -s stable To install a ruby version, run rvm install 2.4.2 To set it default, use rvm –default use 2.4.2