mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-23 04:56:02 +03:00
d504472206
* fix: named addresses must be surrounded by double quotes Due to your recent API update, named addresses with special chars (like parentheses) are now rejected if they are surrounded by simple quotes They must be surrounded by double quotes 'Whoever (SomeCompany)' <some@address.com> is no longer valid and will be rejected by your API "Whoever (SomeCompany)" <some@address.com> is valid and will be OK * sprintf instaead of old school concatenation |
||
---|---|---|
.. | ||
BatchMessageTest.php | ||
ComplexMessageTest.php | ||
MessageBuilderTest.php | ||
StandardMessageTest.php |