Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz 2023-04-26 13:01:59 +02:00
parent 90d2c7f970
commit 6fd85470a3
4 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
* | registered charities and educational institutes there is a reduced license |
* | fee available. You can read more at: |
* | |
* | https://www.phpguru.org/static/license.html |
* | http://www.phpguru.org/static/license.html |
* o------------------------------------------------------------------------------o
*
* © Copyright 2008,2009 Richard Heyes

View File

@ -6,7 +6,7 @@
* | registered charities and educational institutes there is a reduced license |
* | fee available. You can read more at: |
* | |
* | https://www.phpguru.org/static/license.html |
* | http://www.phpguru.org/static/license.html |
* o------------------------------------------------------------------------------o
*
* © Copyright 2008,2009 Richard Heyes
@ -146,7 +146,7 @@ class htmlMimeMail5
* Make sure the MIME version header is first.
*/
$this->headers['MIME-Version'] = '1.0';
$this->headers['X-Mailer'] = 'htmlMimeMail5 <https://www.phpguru.org/>';
$this->headers['X-Mailer'] = 'htmlMimeMail5 <http://www.phpguru.org/>';
}
/**

View File

@ -6,7 +6,7 @@
* | registered charities and educational institutes there is a reduced license |
* | fee available. You can read more at: |
* | |
* | https://www.phpguru.org/static/license.html |
* | http://www.phpguru.org/static/license.html |
* o------------------------------------------------------------------------------o
*
* © Copyright 2008,2009 Richard Heyes
@ -59,7 +59,7 @@
* $email['headers'][] = 'Mime-Version: 1.0';
*
*
* Further examples are available at https://www.phpguru.org
* Further examples are available at http://www.phpguru.org
*
* TODO:
* - Set encode() to return the $obj->encoded if encode()

View File

@ -6,7 +6,7 @@
* | registered charities and educational institutes there is a reduced license |
* | fee available. You can read more at: |
* | |
* | https://www.phpguru.org/static/license.html |
* | http://www.phpguru.org/static/license.html |
* o------------------------------------------------------------------------------o
*
* © Copyright 2008,2009 Richard Heyes