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

2247 Commits

Author SHA1 Message Date
Synchro
56263e7303 Fix badge URLs 2013-12-17 08:54:48 +01:00
Marcus Bointon
12ce6b1315 Merge pull request #154 from Synchro/master
Add config for scrutinizer
2013-12-16 23:51:20 -08:00
Synchro
379b700e77 Add config for scrutinizer 2013-12-17 08:43:48 +01:00
Synchro
38fc062458 It's not the responsibility of callers to format debug output
Generate debug output before throwing exceptions
2013-11-29 12:07:44 +01:00
Synchro
e0cfd2a6ad Merge remote-tracking branch 'upstream/master' 2013-11-28 23:12:43 +01:00
Synchro
fa55d18116 Clarify language 2013-11-28 23:12:09 +01:00
Synchro
c81317359f Changelog 2013-11-28 23:06:13 +01:00
Marcus Bointon
fd92ac1c3d Merge pull request #148 from Jonadabe/patch-1
Create phpmailer.lang-pt.php
2013-11-28 14:04:17 -08:00
Jonadabe
24b58d6f34 Create phpmailer.lang-pt.php
pt-PT language file version
2013-11-28 21:06:58 +00:00
Marcus Bointon
0962b82b77 Merge pull request #140 from Synchro/master
Delay throwing of bad recipients exception, fixes #139
2013-11-14 06:33:54 -08:00
Synchro
40307c91dc Delay throwing of bad recipients exception, fixes #139 2013-11-14 12:15:57 +01:00
Synchro
999438bca2 Merge remote-tracking branch 'origin/master' 2013-11-13 08:46:09 +01:00
Synchro
6ad3510512 Fix qmail path check 2013-11-13 08:45:23 +01:00
Marcus Bointon
b410a75967 Merge pull request #6 from lorextera/patch-1
Update README.md
2013-11-11 04:23:15 -08:00
Lorenzo Nicoletti
7165abaa2a Update README.md
error on file name: class.php3.php vs class.pop3.php
2013-11-11 12:36:37 +01:00
Synchro
710aac21d8 Changelog 2013-11-11 11:40:12 +01:00
Synchro
024c4f314c Avoid double-encoding subject if mbstring overloads mail function, fixes #133 2013-11-11 11:35:16 +01:00
Marcus Bointon
6730be8f10 Merge pull request #136 from glensc/php-5.2-autoloader
fix autoloader for 5.2. refs 7c1d0f9. #120
2013-11-09 08:22:15 -08:00
Marcus Bointon
492468cfd4 Merge pull request #135 from glensc/lint-5.2
fix parse error under php 5.2.17
2013-11-09 08:18:00 -08:00
Marcus Bointon
e8d967c792 Merge pull request #134 from glensc/patch-1
Remove unwanted garbage
2013-11-09 08:14:54 -08:00
Elan Ruusamäe
7d02a14f11 fix autoloader for 5.2. refs 7c1d0f9. #120 2013-11-09 15:17:15 +02:00
Elan Ruusamäe
f302f1d497 fix parse error under php 5.2.17
```
$ php -l test/phpmailerTest.php
PHP Parse error:  syntax error, unexpected T_SL in
test/phpmailerTest.php on line 746
Errors parsing test/phpmailerTest.php
```
2013-11-09 14:53:45 +02:00
Elan Ruusamäe
866098534f Remove unwanted garbage
it used to be NBSP with latin1 encoding, but now it's just some grabage. just drop it, use plain SPACE
2013-11-09 14:22:45 +02:00
Synchro
468218baba Changelog, comments, formatting 2013-11-05 23:02:53 +01:00
Synchro
65ab7f15f7 Changelog 2013-11-05 22:59:22 +01:00
Synchro
399d7f63ca Merge branch 'master' of https://github.com/PHPMailer/PHPMailer 2013-11-05 22:57:43 +01:00
Marcus Bointon
683ee9d2f0 Merge pull request #130 from amaksymiuk/master
Add phpmailer.lang-be.php
2013-11-05 13:53:41 -08:00
Synchro
e26e978d78 Provide fallback autoloading for old PHP versions, see #113 2013-10-29 11:58:40 +01:00
Synchro
41415a821f Manually merge my qmail patches for #126
Minor cleanups
2013-10-29 11:17:57 +01:00
Marcus Bointon
09d8c3198f Update changelog.md 2013-10-17 16:52:26 +02:00
Marcus Bointon
5aa6810976 Merge pull request #122 from eddsstudio/master
Create Latvian translation file
2013-10-17 07:50:34 -07:00
Eduards
9bbd976082 Create Latvian translation file 2013-10-17 17:39:48 +03:00
Synchro
ced3e13eec Readme 2013-10-16 10:32:32 +02:00
Synchro
825b592386 Minimal installation notes, see #96 2013-10-16 10:29:57 +02:00
Synchro
c8c08dc14c Update readme, changelog 2013-10-16 09:56:55 +02:00
Synchro
7c1d0f93de Prepend autoloader, fixes #120 2013-10-14 18:23:20 +02:00
Aleksander Maksymiuk
f43cde3802 Add phpmailer.lang-be.php 2013-10-07 01:36:27 +02:00
Synchro
70a52186f0 Changelog 2013-10-03 01:14:39 +02:00
Marcus Bointon
86fbc7eaff Merge pull request #116 from donatorouco/patch-1
Create galician translation file
2013-10-02 16:10:00 -07:00
Donato Rouco Fernández
2089a80d8e Create galician translation file
I've created a Galician Translation file, it's a language spoken on Galicia, a region in the northwest of Spain with more than 2.5 millions of speakers.
2013-10-02 11:27:23 +02:00
Synchro
873955a2c1 Fix the way that SMTP host lists are parsed, see #112 2013-09-25 09:52:29 +02:00
Synchro
70ba3fbc0f Fix the way that SMTP host lists are parsed, see #112 2013-09-24 14:35:34 +02:00
Synchro
accd948dad Alter the way that SMTP host lists are parsed, fixes #112 2013-09-23 09:12:02 +02:00
Synchro
c92b5bc4e1 Changelog 2013-09-20 15:59:18 +02:00
Marcus Bointon
57b183bf6a Merge pull request #110 from michield/master
Allow implementation of additional sending mechanisms by setting Mailer ...
2013-09-20 06:55:29 -07:00
Michiel Dethmers
c8cacb1787 Allow implementation of additional sending mechanisms by setting Mailer to X and implementing XSend method. 2013-09-20 10:42:02 -03:00
Synchro
7492986b81 Merge remote-tracking branch 'upstream/master' 2013-09-20 09:18:26 +02:00
Synchro
4e1cab46df Changelog 2013-09-20 09:16:38 +02:00
Marcus Bointon
48b6478887 Merge pull request #5 from binaryoung/patch-1
Update phpmailer.lang-zh_cn.php
2013-09-20 00:14:43 -07:00
binaryoung
bbb9ede86d Update phpmailer.lang-zh_cn.php 2013-09-20 14:02:24 +08:00