PHP Mailer version 6.1.4

Issues related to forms.
Post Reply
User avatar
Fender
 
 
Posts: 118
Joined: Sun Oct 16, 2011 11:01 am

PHP Mailer version 6.1.4

Post by Fender »

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?
User avatar
Pablo
 
Posts: 23609
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: PHP Mailer version 6.1.4

Post by Pablo »

The included version is 6.1.4
I think you are looking at the wrong place in the code.
User avatar
Fender
 
 
Posts: 118
Joined: Sun Oct 16, 2011 11:01 am

Re: PHP Mailer version 6.1.4

Post by Fender »

<?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?
User avatar
Pablo
 
Posts: 23609
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: PHP Mailer version 6.1.4

Post by Pablo »

This is the minimum PHP version.
The version of PHP mailer is further in the code.
User avatar
Fender
 
 
Posts: 118
Joined: Sun Oct 16, 2011 11:01 am

Re: PHP Mailer version 6.1.4

Post by Fender »

Oke I didn't know.
Anywat thanks for your quick response
User avatar
Fender
 
 
Posts: 118
Joined: Sun Oct 16, 2011 11:01 am

Re: PHP Mailer version 6.1.4

Post by Fender »

Can I just replace the old php mailer,smtp,exception, file with the new ones or do I have to publish the whole page?
User avatar
Pablo
 
Posts: 23609
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: PHP Mailer version 6.1.4

Post by Pablo »

I recommend to republish the whole page to make sure all files on the server are up-to-date.
Post Reply