Support › Forums › Verde – HTML Template › Contact form problem › Reply To: Contact form problem
November 6, 2014 at 11:05 pm
#4081
Keymaster
Hi Ivan,
the problem occurs because the file contact.php doesn’t read the file phpmailer.php well. This file is in the folder phpMailer, you have to be certain to include the file correctly. The file is included in the line 4:
require_once('phpMailer/phpmailer.php');
Regards