mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-03 21:23:37 +03:00
* fix: Validate file name length $message could contain a large email text that if sent to is_file it could break with this error: ` is_file(): File name is longer than the maximum allowed path ` This validation prevents using is_file if the $message is longer than the allowed path. * style: Fix extra space * Added a small test * cs * cs |
||
---|---|---|
.. | ||
Suppression | ||
AttachmentTest.php | ||
DomainTest.php | ||
EventTest.php | ||
MessageTest.php | ||
RouteTest.php | ||
StatsTest.php | ||
SuppressionTest.php | ||
TagTest.php | ||
TestCase.php | ||
WebhookTest.php |