Joseph Shanak
a91f5f6185
Change Ip::index() default to return all ips instead of shared ips
2020-10-07 22:04:54 +01:00
Joseph Shanak
3bc8dac64d
Require ips passed to Domain::create are strings
2020-10-07 17:58:45 +01:00
Joseph Shanak
086afb49b7
Allow assigning a domain to a list of ips during creation
2020-10-07 17:58:45 +01:00
Joseph Shanak
ff8c9c31b7
Fix assigning Ip
2020-10-07 17:53:19 +01:00
Artem Bondarenko
3354ac3514
added unmapped proeprty logLevel to Event model
2020-10-07 17:47:06 +01:00
Artem Bondarenko
b56b7dd81d
removed unused method
2020-10-07 17:43:44 +01:00
Martin San Juan
7728cf393c
style: run php-cs-fixes
2020-09-25 19:05:33 +01:00
Martin San Juan
562cda2504
feat: add array support to webhook handling
...
Change webhook create() $url parameter from string to array to support
multiple URLs
Change webhook update() $url parameter from string to array yo support
multiple URLs
2020-09-25 19:05:33 +01:00
Witold Wasiczko
4acac804bf
Add support for PHP 7.4
2020-09-12 13:20:44 +01:00
Bob Olde Hampsink
e707e112f5
Allow php-http/guzzle6-adapter ^2.0
...
It still uses the same API, just updated for PHP 7
2020-08-20 20:11:47 +01:00
lvdhoorn
2eb93f2931
Bug fix with getContentIdMap return type
2020-08-20 20:02:47 +01:00
Vasilii Zolotukhin
0d1958d8b6
Replace passing “by value” with “by reference”
2020-08-20 19:54:37 +01:00
Vasilii Zolotukhin
f64acb148b
Check for name existence in parameters before checking
2020-08-20 19:54:37 +01:00
Vasilii Zolotukhin
cc0809f9bc
Pass json encoded vars array into parameters
2020-08-20 19:54:37 +01:00
Vasilii Zolotukhin
4a65f16f63
Fixed errors on member adding with nullable name
2020-08-20 19:54:37 +01:00
Tom Schlick
e7c913a17b
fix /v3/domains/{domain}/ips endpoint
2020-08-20 19:42:02 +01:00
Tom Schlick
25ec6203e1
remove deprecated pacakge from suggestions
...
https://github.com/Bogardo/Mailgun is archived
2020-08-20 19:20:37 +01:00
Janne Annala
38077747b2
Provide a working debugging example in README
2020-08-14 01:08:24 +01:00
Justin Sims
cd08d99f87
Updated Mailgun\Tests\Api\MailingListTest to account for new reply_preference property
2020-08-14 01:06:45 +01:00
Justin Sims
e5ff7d84ec
Added support for the new mailing list property 'reply_preference'
2020-08-14 01:06:45 +01:00
Tibor Hercz
4641cf735f
added tests
2020-08-14 01:06:22 +01:00
Tibor Hercz
b91979b1b6
added param to force DKIM authority
2020-08-14 01:06:22 +01:00
Mathieu
b30417facd
Fix link to documentation
...
Fix the link to the api reference.
2020-08-14 00:53:45 +01:00
Martin San Juan
3fc2f8e227
build: fix style and phpstan
2020-08-14 00:49:39 +01:00
iwahara
5975310f0e
fix.
2019-10-15 18:50:34 +01:00
iwahara
aeb82f7ac1
fix code format
2019-10-15 18:50:34 +01:00
iwahara
58c03ac34b
fix code format error.
2019-10-15 18:50:34 +01:00
iwahara
14346359f1
format doc comment.
2019-10-15 18:50:34 +01:00
iwahara
c086ea8b6f
format doc comment.
2019-10-15 18:50:34 +01:00
iwahara
8390bdd803
add unsubscribe delete parameter.
2019-10-15 18:50:34 +01:00
Tonin R. Bolzan
16d0a04014
Update Examples
...
Method `::configure` replaced by a constructor
2019-09-17 18:11:18 +01:00
David Garcia
4055fea33d
Update Readme for Release 3.0.0
...
Provide additional notes for contribution.
Fix minor typos.
2019-09-13 21:14:46 +01:00
David Garcia
0345a5b7a7
Update Changelog for Release 3.0.0
2019-09-13 21:14:46 +01:00
David Garcia
22bc28947a
Link Packagist's PSR7 Implementations and Clients
...
Link https://packagist.org/providers/php-http/client-implementation
2019-09-13 19:48:06 +01:00
Littlesqx
7b674dd2ca
Fix mismatch
2019-08-30 19:49:02 +01:00
Littlesqx
4a2a4fe4a5
Add forbidden response test cases
2019-08-30 19:49:02 +01:00
Littlesqx
e0cb8023a7
Update forbidden response, set message from response body content.
2019-08-30 19:49:02 +01:00
Littlesqx
300dcc18bb
Remove rule for ignoring .idea
2019-08-30 19:49:02 +01:00
徐哈哈
c88f1bc174
Add Forbidden response
2019-08-30 19:49:02 +01:00
David Garcia
5cad522151
Update README.md
2019-08-29 22:59:58 +01:00
Nathan Perkins
2db0619d8a
Revise domain creation assertions and add tests
...
Based on feedback from @DavidGarciaCat.
2019-08-29 22:25:39 +01:00
Nathan Perkins
c9bbf8e45f
Revise domain creation to allow select arguments
...
Previously, passing `$spamAction` only worked if an SMTP password (`$smtpPass`) was provided. This revision de-couples those two arguments.
In addition, it adds support for the `$wildcard` arguments (which appeared to not be used before).
Finally, this revision adds SMTP password validation (the same used in the `credentials` method).
2019-08-29 22:25:39 +01:00
Kevin Pohl
ae9a549e7f
sort api methods by name
2019-05-18 01:34:42 +01:00
Kevin Pohl
4d77573ae6
add missing mailingList method
2019-05-18 01:34:42 +01:00
Tobias Nyholm
f30985c925
Added return types
2019-04-19 21:37:48 +01:00
Tobias Nyholm
c3ea40c94e
Fixed a few PRs and some cleanup ( #589 )
...
* fix for #581
* fix for #582
* Remove final
This will fix #584
* Type cast to string properly
* Convert to json string if needed
* cs
2019-04-09 20:37:32 +02:00
Tobias Nyholm
ad67b4179c
Make sure Attachment::show always return ResponseInterface ( #590 )
2019-04-09 20:10:33 +02:00
Louis Coulet
7705cb7666
Fix attachment and inline image renaming ( #571 )
...
* Fix file renaming
* Fix file renaming
2019-04-09 19:12:50 +02:00
Martijn
2162ade61a
Update mime message docs for new Swiftmailer version and lib parameter update ( #585 )
2019-04-09 11:16:50 +02:00
David Garcia
abf2a0ae55
Mailgun-461: Validate limits ( #565 )
...
* Check limit for paginated domains
* Check limit for paginated events
* Check limit for paginated rotues
* Check limit for paginated tags
* Check limit for paginated mailing lists
* Replace unexpected Assert
2019-02-18 16:43:59 +01:00