PHPMailer using composer in PHP or Drupal
By: Anonymous | Published On: Sun, 08/25/2024 - 21:08
- Connect to your account via an SSH client.
- Open PuTTY and enter your SSH information in the Host Name (or IP address) and Port fields. Then, click Open.
- Once a command window appears, type in your SSH username and password and hit Enter. Remember that PuTTY will not display the password, so don’t be surprised if it doesn’t appear on the screen.
- Execute the following command to navigate to the public_html directory:
cd public_html
- Run the following command to install Composer:
composer require phpmailer/phpmailer