Skip to content

Commit 789dcfd

Browse files
committed
Add comment for human readable max attachment bytes
1 parent a52c446 commit 789dcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utopia/Messaging/Adapter/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ abstract class Email extends Adapter
1010
protected const TYPE = 'email';
1111
protected const MESSAGE_TYPE = EmailMessage::class;
1212

13-
protected const MAX_ATTACHMENT_BYTES = 25 * 1024 * 1024;
13+
protected const MAX_ATTACHMENT_BYTES = 25 * 1024 * 1024; // 25MB
1414

1515
public function getType(): string
1616
{

0 commit comments

Comments
 (0)