Tobias Nyholm
b85f1461d4
Removed unused tests and some parameters from the constructor
2016-03-05 11:13:28 +01:00
Travis Swientek
f781158019
Removed legacy PHP closing braces
2014-10-06 15:53:33 -07:00
Iain Cambridge
e75c245cd6
Fix 5.3 compat
2014-05-14 14:08:12 +01:00
Iain Cambridge
e9e0f39ca8
Apply coding style that is in src
2014-05-14 14:06:05 +01:00
Iain Cambridge
6196f8df49
Add setMessage
2014-05-14 14:03:12 +01:00
Iain Cambridge
d28c6b81c9
Comment out possible php bug failure
2014-05-13 17:05:32 +01:00
Iain Cambridge
c203558234
Fix php 5.3 compat
2014-05-13 16:32:14 +01:00
Iain Cambridge
bdeadc1a01
Add tests to ensure exceptions are flung and fixed wrong variable name used
2014-05-13 16:12:32 +01:00
Iain Cambridge
3af838f2c8
Move mocks
...
Created a Mocks directory to seperate mocks from classes.
I moved Mailgun\Tests\MailGunTest to Mailgun\Test\Mocks\Mailgun. As it's not a
test it's a mock. So shouldn't be suffixed with Test.
I mocked Mailgun\Tests\Connection\TestBroker to Mailgun\Tests\Mocks\Connection\TestBroker as it's a mock and should be with other mocks.
2014-05-13 14:25:26 +01:00
Travis Swientek
af53fd50ff
Ability to rename attachments and inline images.
2014-01-13 22:53:34 +00:00
Travis Swientek
5d7daeeeca
Added method to return all message ids after a BatchMessage operation.
2013-10-11 17:31:04 -07:00
Travis Swientek
af853234e4
Refactored counters, batch job trigger adjustment, all recipient types in variables.
2013-10-11 13:36:35 -07:00
Travis Swientek
fc9685182b
Fixed missing IDs for batch message recipients. Closes #15 .
2013-10-07 13:53:23 -07:00
Travis Swientek
116fb33255
Relaxed Guzzle requirement, fixed reply-to bug, updated point release version. Fixes #7 Fixes #9
2013-09-12 14:19:23 -07:00
yoye
947267e935
Merge branch 'master' of github.com:yoye/mailgun-php
2013-09-05 15:19:07 +02:00
yoye
789eb27228
Fix bug toRecipientCount increment in BatchMessage
2013-09-05 10:35:26 +02:00
Travis Swientek
9438694415
Fixes #4 . DEFAULT_TIME_ZONE is not defined.
2013-09-04 09:50:50 -07:00
Travis Swientek
62d01db1e4
Removed inclusion of constants
2013-08-13 13:49:00 -07:00
Travis Swientek
685a7351d5
Refactor. Covered refactor in tests.
2013-08-13 12:26:34 -07:00