0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00
Commit Graph

129 Commits

Author SHA1 Message Date
Marcus Bointon
7c862d35da
Update codecov badge 2021-07-06 09:43:04 +02:00
jrfnl
c16da1afa8 GH Actions: set up code coverage monitoring via codecov
The Codecov service is a way to monitor test vs code coverage of a project over time and allows for the code coverage % + delta to be reported in each PR.

This commits:
* Adds a Codecov configuration.
* Adds a convenience script to the `composer.json` file to run the tests with or without code coverage.
* Adds a new matrix variable to the GH Actions `test` workflow to run the tests with code coverage and send the results to the Codecov service.
    Notes:
    - This disables the code coverage reporting in the "normal" test runs, including disabling `xdebug` for those runs which should make them slightly faster.
    - This splits the test runs into two sets:
        * High/low PHP are being run with code coverage (and have been removed from the "normal" test run matrix).
        * For all other PHP versions, the tests are being run without code coverage.
* Adds a badge to the README to show the current code coverage %.
2021-07-04 15:03:01 +02:00
Marcus Bointon
c773286b98
Readme 2021-06-23 23:42:09 +02:00
Marcus Bointon
e0975c2c86
Prefer SMTPS over SMTP+STARTTLS in examples 2021-06-23 23:42:08 +02:00
Marcus Bointon
e8db1cd5da
Tidelift enterprise 2021-03-22 18:15:45 +01:00
Marcus Bointon
48a91d2723
Drop unstable badge 2021-03-19 22:18:21 +01:00
Puneet Gopinath
d13d6006a4
Fix links (#2285) 2021-03-17 09:38:27 +01:00
Marcus Bointon
0f24617b0c
Consistent comment style 2021-02-19 13:42:01 +01:00
Marcus Bointon
d11f2e4731
Docs links 2021-02-18 12:10:26 +01:00
Marcus Bointon
640e68d332
Readme 2020-12-10 10:29:01 +01:00
Marcus Bointon
81319de7f1
Scrutinizer doesn't work with PHP 8 so remove it, update badges 2020-12-09 22:23:40 +01:00
codedge
e78f71aa67
Migrate from TravisCI to GitHub Actions (#2218)
* Remove TravisCI, add Github actions

* Fix missing steps

* Fix composer command

* Fix composer command 2nd :(

* Install postfix

* Postfix set up

* Fix missing sudos

* More sudos

* Fix permissions

* Sendmail path

* Debug

* Debug

* Debug

* Sendmail path

* Code coverage path

* Fix clover.xml path

* Install qmail

* Github Actions CI

* Add more PHP versions

* Add more PHP versions

* Use Ubuntu 18.04

Co-authored-by: Marcus Bointon <marcus@synchromedia.co.uk>
2020-12-09 17:54:59 +01:00
Marcus Bointon
4ddf42b5c4
Readme 2020-12-04 15:15:53 +01:00
Marcus Bointon
9a85f499b2
Simplify security section in readme 2020-10-28 21:20:37 +01:00
Marcus Bointon
e9710eece7
Update README.md (#2004)
encouraging implicit TLS on port 465 according to RFC8314
2020-03-04 22:23:17 +01:00
John Jago
cc8da73fa2 Fix link to unit tests (#1926) 2019-12-28 11:09:55 +01:00
Ali Ahmad
a0adbb2a7a makes slights changes to README.md (#1866) 2019-10-16 22:05:37 +02:00
Marcus Bointon
a56b12630b
Fix API docs link badge 2019-10-02 12:44:21 +02:00
Marcus Bointon
8be303c390
Add API docs link badge 2019-10-02 12:21:48 +02:00
Marcus Bointon
69892e4e06
PHPMailer 6.1.0 2019-09-27 19:42:59 +02:00
Marcus Bointon
698e352fe6
Readme 2019-09-27 18:33:36 +02:00
Marcus Bointon
8414097b86
Use constants more consistently 2019-09-24 12:38:51 +02:00
Marcus Bointon
e67f1e6d91
Clarify readme change 2019-07-24 16:35:42 +02:00
dturner123
db4de4eb00 Update README.md (#1790)
Add guidance specifically regarding the use of Clear* functions when re-using the instance e.g. in a mailing list.
2019-07-24 15:29:06 +01:00
Km.Van
fc8c727f38 Adjust the format for better readability (#1687)
Adjust the format for better readability
2019-03-18 13:07:30 -04:00
Richard Fontana
cb62fd762f Add GPL Cooperation Commitment (#1644) 2019-02-01 15:59:20 +01:00
Marcus Bointon
76e08791ba
6.0.6 2018-11-15 23:37:37 +01:00
Marcus Bointon
110f577ec4
Changelog 2018-09-30 23:04:41 +02:00
Briggs Elsperger
59495db0b1 Fixes Typo (#1514) 2018-08-02 22:46:56 +02:00
Adriane Justine Tan
ef62353d07 New language ang updated README.md (#1464)
* Create new language file: Tagalog (Philippines)

* Rename phpmailer.lang-tg.php to phpmailer.lang-tl.php

* Update README.md

Change 47 to 48 languages
2018-05-28 18:11:23 +02:00
Niklas
d7a4babcfd Readme composer (#1378)
* Link to Composer's site and capitalise the Composer name

* Removes odd line break
2018-03-16 07:26:12 -04:00
Marcus Bointon
2834867b0f
Minor output cleanup, implements same as #1290 2018-01-15 14:26:53 +01:00
dknacht
2a1dc5ce2e Update README.md (#1292)
* Update README.md

Added links to the recommended optional libraries.
Changed order of "Upgrading from 5.2" and "Legacy versions", i think this way is more logical to read.
Updated language quantity in the "Localization" section.

* Update README.md

Corrected review

* Update README.md

* Update phpmailer.lang-es.php

Added missing point to make grammatically correct and consistent with the other translations.
2018-01-15 11:42:49 +01:00
Marcus Bointon
f88dc863f6
Add donations pointers, fixes #1246 2017-11-17 11:19:04 +01:00
Marcus Bointon
61d18c4430
Update readme to address recent SO questions 2017-09-18 08:35:45 +02:00
Marcus Bointon
727bc7151d
Correct link to test file, fixes #1163 2017-09-14 22:30:23 +02:00
Marcus Bointon
424398579d
Merge changes from master 2017-06-22 18:36:56 +02:00
Marcus Bointon
ffb6be138d
Add dates in history 2017-06-21 14:00:05 +02:00
Marcus Bointon
2963f2b294
Merge branch 'master' into 6.0
# Conflicts:
#	examples/scripts/XRegExp.js
#	extras/htmlfilter.php
2017-01-09 11:18:14 +01:00
Marcus Bointon
84c24bf257
Add CVE-2017-5223 references 2017-01-09 10:32:40 +01:00
Marcus Bointon
789e0846ab
Merge branch 'master' into 6.0
# Conflicts:
#	VERSION
#	extras/htmlfilter.php
#	src/PHPMailer.php
#	src/POP3.php
#	src/SMTP.php
#	test/phpmailerTest.php
2016-12-29 14:01:45 +01:00
sikander
efde5edb3d Fixed link to Security (#931) 2016-12-28 14:36:42 +01:00
Marcus Bointon
d73f836c27
Cleanup 2016-12-28 14:14:27 +01:00
Marcus Bointon
8d68507d7b
Minor cleanup, fix 2016-12-28 13:17:21 +01:00
Marcus Bointon
70d041b6f5
Fix security links 2016-12-27 17:44:01 +01:00
Marcus Bointon
46f3177cf1
Note about example inclusion 2016-10-17 18:55:23 +02:00
Marcus Bointon
909c6283e3 Merge branch 'master' into 6.0 2016-07-22 12:49:33 +02:00
Marcus Bointon
97b2ea5ab5 Update security notices 2016-07-22 12:43:58 +02:00
Marcus Bointon
8beacc646a Add security notices 2016-07-22 12:05:21 +02:00
Marcus Bointon
49b8d7e271 Docs cleanup 2016-06-30 16:12:51 +02:00