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

1280 Commits

Author SHA1 Message Date
Synchro
ffd12e9c9f Hm. Nasty hardcoded version number... 2013-02-28 20:23:15 +01:00
Synchro
b7e4eeda1e Try to see how php is configured on Travis 2013-02-28 20:15:47 +01:00
Synchro
a3eadb8ecb Try to see how php is configured on Travis 2013-02-28 19:58:38 +01:00
Synchro
263bf4fa27 Try another tack, try to see how php is configured on Travis 2013-02-28 19:25:31 +01:00
Synchro
0680e1c7ce Test Travis mail config 2013-02-28 19:09:53 +01:00
Synchro
a24d25ff93 Try to fix broken sendmail invocation on Travis 2013-02-28 18:43:07 +01:00
Synchro
8ad881fb30 Don't try to use the mail() function if it's not available, should fix Travis-CI builds. 2013-02-28 18:29:55 +01:00
Synchro
dfc40d56ce Break out translation tests into separate test case so Travis can pass the rest of the code, see #24 2013-02-28 17:53:20 +01:00
Synchro
11f8fbb3c5 Simplify the way that client data is sent in the SMTP class, remove some duplicate code, improve debug output 2013-02-28 17:26:56 +01:00
Synchro
c15920ece2 Make MsgHTML() always overwrite AltBody, fixes #28
Break out html to text conversion to a method so it can be overridden easily and use it internally, fixes #29
2013-02-28 14:21:00 +01:00
Synchro
d50f51116f Small language updates for French and Dutch, see #24 2013-02-28 14:17:27 +01:00
Marcus Bointon
76f8e5b1fa Merge pull request #27 from mattsturdy/master
PHPMailer: updated Spanish language file + test_script/index.php
2013-02-27 16:08:22 -08:00
mattsturdy
e94a9b3156 Update examples/test_smtp_gmail_advanced.php 2013-02-27 20:55:02 -03:00
mattsturdy
ea60bd844a Update examples/test_smtp_gmail_basic.php
update to use RFC 2606 email addresses
2013-02-27 20:54:03 -03:00
mattsturdy
2f7b3ec0f5 Update examples/test_smtp_gmail_advanced.php
updated to use RFC 2606 emails
2013-02-27 20:52:16 -03:00
matt sturdy
a7cfc81b68 Updated example/*gmail* scripts to use TLS and port 587. Simplified test_scripts/index.php, new style, required fields and added option to form for setting TLS/SSL with SMTP 2013-02-27 09:30:29 -03:00
matt sturdy
21fdee4ff6 updated Spanish language file 2013-02-21 14:21:42 -03:00
matt sturdy
b818119b81 updated Spanish language file 2013-02-21 11:01:37 -03:00
matt sturdy
58f1e508e5 updated Spanish language file 2013-02-21 10:54:38 -03:00
Synchro
adb0197c10 Merge in changes from Google code 5.2.4 release
Code cleanup in SMTP class
2013-02-21 12:44:28 +01:00
Synchro
a51a9e1818 Fix location of true 2013-02-02 21:10:17 +01:00
Synchro
e7c8bb7655 Filenames! 2013-02-02 20:40:32 +01:00
Synchro
e8adf8159c Fix permissions 2013-02-02 20:38:31 +01:00
Synchro
07f7a1bdd5 Add fake sendmail script, adjust travis config to use it 2013-02-02 18:41:54 +01:00
Synchro
edbefba3b7 Add example test config, adjust test setup to use it, see #19 2013-02-01 16:05:17 +01:00
Synchro
1d074a4ec9 Add Travis CI config and status, see #19 2013-02-01 15:32:12 +01:00
Synchro
691d7b086c Cleanup 2013-01-31 12:04:26 +01:00
Synchro
b53ab113a8 Add unit test for S/MIME signing
Add checks for OpenSSL before trying to use it
2013-01-31 11:48:45 +01:00
Synchro
e6839778ef Add a simpler regex that works in older PCRE versions, and a fallback for when PCRE is missing, fixes #21 2013-01-31 09:14:08 +01:00
Marcus Bointon
e4bd8abbd7 Merge pull request #23 from guimaraeslucas/patch-1
Updated the BR language file
2013-01-25 06:11:13 -08:00
guimaraeslucas
d720039fb3 Updated the language file
Completed the translation in Brazilian Portuguese.
2013-01-25 12:02:37 -02:00
Synchro
9f9cea9f7d Add Hebrew language support, thanks to Ronny Sherer 2013-01-23 15:06:57 +01:00
Synchro
ecad03f620 Coding style 2013-01-12 17:34:27 +01:00
Marcus Bointon
caf201ede5 Merge pull request #17 from bluemooninc/master
Show the error message from class.smtp.php
2013-01-12 08:23:40 -08:00
Marcus Bointon
286b274e93 Merge pull request #18 from revaxarts/master
Language string failed to load: tls
2013-01-12 08:20:49 -08:00
revaxarts
56cfc0d520 Update class.phpmailer.php
language string 'tls' is missing on line 1067. can use 'connect_host' instead
2013-01-12 16:08:32 +01:00
Yoshi Sakai
198cf88237 Change html tag
<br> to ":" and ","
2013-01-12 20:53:36 +09:00
Yoshi Sakai
f0b4e35438 add error information from class.smtp.php
add $this->smtp->getError() to the throw new phpmailerException
2013-01-12 14:29:59 +09:00
Synchro
a4b456e69d Fix for attachments with duplicate filenames, thanks to @revaxarts, fixes #15 a bit more! 2012-12-22 20:46:27 +01:00
Synchro
8d85d51975 Fix for attachments with duplicate filenames, thanks to @revaxarts, fixes #15 2012-12-21 11:17:31 +01:00
Synchro
104869b669 Updated validation regex from Michael Rushton
Update unit tests
2012-12-04 17:35:58 +01:00
Synchro
a5ac40468b Change changelog pointer 2012-12-04 13:06:08 +01:00
Synchro
10c57b72fe Merge changes from Google Code 5.2.2 release, thanks Jim
Replace Quoted-Printable encoder, improve tests
Reformat changelog using markdown
Coding standards
2012-12-04 12:15:39 +01:00
Synchro
f702e135de Update readme 2012-12-04 10:39:19 +01:00
Synchro
95cc8b829b Add info & test case for CRAM-MD5 auth
Fix validation test
Fix misdocumented do_debug property in SMTP
Code cleanup
2012-12-04 10:33:23 +01:00
Marcus Bointon
c7ff6fb2a1 Merge pull request #13 from okonomiyaki3000/cram-md5
New AuthType: CRAM-MD5
2012-12-04 01:10:01 -08:00
Elijah Madden
5c70a370e2 New AuthType: CRAM-MD5 2012-12-04 17:33:50 +09:00
Synchro
2638daad6f Add composer license entry 2012-12-03 16:21:49 +01:00
Synchro
7224d9e402 Add a composer.json, fixes #8
Composer file adapted from https://github.com/minmb/phpmailer, thanks.
Update email
2012-12-03 16:04:56 +01:00
Synchro
a50834223d Make ValidateAddress return an explicit boolean as docs say it does
Reformat regex slightly, seemed to produce odd effects with literal tab chars in: This fixes #10
Add email validation test cases
Reformulate translation test case so all problems are reported together
2012-12-03 15:19:38 +01:00