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

786 Commits

Author SHA1 Message Date
Marcus Bointon
7395b076d0
Merge remote-tracking branch 'origin/master' 2016-09-10 22:48:35 +02:00
Marcus Bointon
32be443540 Merge pull request #822 from aflorea/lang-ro
updated all romanian translations
2016-09-06 23:50:31 +02:00
Alex
7e9b6b2058 updated all romanian translations 2016-09-06 22:21:17 +01:00
Marcus Bointon
0e300ecdc9 Merge remote-tracking branch 'origin/master' 2016-08-31 09:34:56 +02:00
Marcus Bointon
7c1154b63c errorHandler is not static 2016-08-29 15:22:56 +02:00
Marcus Bointon
cb761c9750 Comments 2016-08-18 00:49:50 +02:00
Jason Flatt
d941270950 Improve error handling and reporting for connection failures (including updates from code review). (#791)
Just right, thanks
2016-08-10 21:00:56 +02:00
Marcus Bointon
3e665fbb56 Clarify msgHTML docs 2016-08-05 12:44:02 +02:00
Marcus Bointon
4f7967ac91 Implement fallback for DKIM signing on old versions of PHP and OpenSSL, see #785 2016-07-28 11:56:21 +02:00
Marcus Bointon
df30d764f2 Merge remote-tracking branch 'origin/master' 2016-07-26 08:52:01 +02:00
Marcus Bointon
6a6165f576 Fix language code check 2016-07-26 08:51:48 +02:00
Rolf Pedro Ernst
b7cb3c0180 Add extension translation for: german, spanish (#779) 2016-07-22 15:14:56 +02:00
Marcus Bointon
90f1924694 Merge remote-tracking branch 'origin/master' 2016-07-22 12:44:16 +02:00
Marcus Bointon
97b2ea5ab5 Update security notices 2016-07-22 12:43:58 +02:00
Marcus Bointon
134a31892c Validate language code 2016-07-22 12:35:06 +02:00
Marcus Bointon
8beacc646a Add security notices 2016-07-22 12:05:21 +02:00
Arne Jørgensen
fcf9cb7ae5 Fix ISO-639-1 code for Danish (#764)
The ISO-639-1 code for Danish is `da` (`dk` is the ISO 3166-1 alpha-2 for Denmark).
2016-07-08 11:09:34 +02:00
Bruno Ribeiro
39a2e3a620 fix warning (#761)
fix message <b>Warning</b>:  array_key_exists() expects parameter 2 to be array when is bad auth
2016-07-06 09:29:37 +02:00
Marcus Bointon
d7c9ad524c Update deps 2016-06-29 10:14:29 +02:00
Marcus Bointon
1d85f9ef3e Bump version to 5.2.16 2016-06-06 11:09:37 +02:00
Marcus Bointon
1361047a5d Add DKIM example 2016-06-06 10:54:56 +02:00
Marcus Bointon
7d341c105b Don't set mail() additional_parameters to space when not being used, fixes #582 2016-06-06 10:36:56 +02:00
Marcus Bointon
60a645358f Platform/IDE-specific entries should not be in project .gitignore 2016-06-06 10:35:40 +02:00
Marcus Bointon
e9fa534975 Fix version number, fixes #742 2016-06-02 16:17:11 +02:00
Marcus Bointon
d3c73b1739 Reset encoding on simple bodies, hopefully will fix #728! 2016-05-22 10:26:48 +02:00
Marcus Bointon
c27c1597bc Fix build
Actually changes the test to test a different thing, still need to deal with what it was originally testing.
2016-05-22 01:25:10 +02:00
Marcus Bointon
59663fd25a Don't set overall encoding just because we're changing a sub-part - quoted-printable and base64 are not valid encodings for a multipart container anyway. 2016-05-21 22:06:07 +02:00
Marcus Bointon
7b9fd07309 Use SMTPOptions in smtpConnect(), see #718 2016-05-13 09:30:56 +02:00
Marcus Bointon
268fc16c69 Fix date! 2016-05-10 20:49:40 +02:00
Marcus Bointon
d0186171b2 Bump version to 5.2.15 2016-05-10 20:39:36 +02:00
Marcus Bointon
e4af742397 Removed corrupt language file 2016-05-10 20:36:50 +02:00
Marcus Bointon
1a7f380457 Fix test case 2016-05-09 11:36:15 +02:00
Marcus Bointon
444a355bc3 Changelog 2016-05-09 11:19:21 +02:00
Marcus Bointon
77c0bc8d28 Add ability to inject custom validator and set custom default validator, fixes #573 2016-05-09 11:18:50 +02:00
Imam
d30b95bc4d Update phpmailer.lang-ru.php (#709)
Incorrect translation was changed
2016-05-08 18:32:03 +02:00
miedziu
c5e5be0529 Update phpmailer.lang-pl.php (#707)
Added missing translation
2016-05-07 08:30:24 +02:00
Marcus Bointon
703410e39f Allow TLS 1.2, fixes #696 2016-04-28 12:54:42 +02:00
Avtandil Kikabidze
b04ab34d77 Added 'extension_missing' translation for ka locale (#693)
* Added 'extension_missing' translation for ka locale

* Fixed string
2016-04-25 11:01:04 +02:00
František Svoboda
fb82f2b9ea Add unit test that shows how address parser returns its result 2016-04-17 09:49:12 +02:00
Lito
0f7182213a Use $exception default value if not set on construct. (#682) 2016-04-11 15:28:11 +02:00
Marcus
177839e22f Fix fetching error messages, fixes #679 2016-04-07 09:24:49 +02:00
Marcus
824d229fc4 Reduce possible ambiguity of what we're parsing 2016-04-07 09:24:34 +02:00
Marcus
b7151db9b7 Improve Windows compatibility for tests 2016-03-29 15:14:19 +02:00
Marcus
0e992c63ff Improve SMTP check example 2016-03-29 10:28:12 +02:00
Marcus
f0a6839a05 Improve send file examples 2016-03-29 10:05:36 +02:00
Marcus Bointon
0fe35b0e03 Merge pull request #672 from rishijash/patch-1
Example for sending multiple files
2016-03-29 09:52:29 +02:00
Rishi Jash
0f53c79239 Add example of sending multiple files upload
Simple example for sending multiple files using PHPMailer
2016-03-29 13:09:24 +05:30
Marcus
fc9f4aa2b9 Fix file links 2016-03-22 18:21:49 +01:00
Marcus
50cf503cd2 Fix file links 2016-03-22 18:19:26 +01:00
Marcus
b5845ebada Mention that SingleTo doesn't work in SMTP 2016-03-18 11:00:45 +01:00