version 15.3
When publishing a page with a form the phpmailer is version 5.5 instead of PHP Mailer version 6.1.4
Why?
PHP Mailer version 6.1.4
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: PHP Mailer version 6.1.4
The included version is 6.1.4
I think you are looking at the wrong place in the code.
I think you are looking at the wrong place in the code.
Re: PHP Mailer version 6.1.4
<?php
/**
* PHPMailer - PHP email creation and transport class.
* PHP Version 5.5.
*
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
*
This on the is on the php mailer file when published
where else should I look?
/**
* PHPMailer - PHP email creation and transport class.
* PHP Version 5.5.
*
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
*
This on the is on the php mailer file when published
where else should I look?
Re: PHP Mailer version 6.1.4
This is the minimum PHP version.
The version of PHP mailer is further in the code.
The version of PHP mailer is further in the code.
Re: PHP Mailer version 6.1.4
Oke I didn't know.
Anywat thanks for your quick response
Anywat thanks for your quick response
Re: PHP Mailer version 6.1.4
Can I just replace the old php mailer,smtp,exception, file with the new ones or do I have to publish the whole page?
Re: PHP Mailer version 6.1.4
I recommend to republish the whole page to make sure all files on the server are up-to-date.