Mail form stopped working following upgrade to 5.3
New sendemail.php file has code line 3 as:
require_once('phpmailer/PHPMailerAutoload.php');
However, no files in directory except in src folder as follows (PHPMailerAutoload.php does not exist):
include/phpmailer/src/
--SMTP.php
--POP3.php
--PHPMailer.php
--OAuth.php
--Exception.php
Also, error_log file in /include directory when using form states:
[28-Sep-2018 00:00:08 UTC] PHP Warning: require_once(phpmailer/PHPMailerAutoload.php): failed to open stream: No such file or directory in /DIRECTORIES REMOVED/include/sendemail.php on line 3
[28-Sep-2018 00:00:08 UTC] PHP Fatal error: require_once(): Failed opening required 'phpmailer/PHPMailerAutoload.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /DIRECTORIES REMOVED/include/sendemail.php on line 3
Again, there is no file instance of phpmailer/PHPMailerAutoload.php
Please advise.
