Skip to content

Commit

Permalink
Update examples/testing/messages.php
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Klocek <[email protected]>
  • Loading branch information
gaalferov and mklocek authored Jul 5, 2024
1 parent 0a9acf3 commit b159619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/testing/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$inboxId = getenv('MAILTRAP_INBOX_ID');
$config = new Config(getenv('MAILTRAP_API_KEY')); #your API token from here https://mailtrap.io/api-tokens

$sandboxMessages = (new MailtrapSandboxClient($config))->messages($accountId, $inboxId); #required parameters are accountId amd inboxId
$sandboxMessages = (new MailtrapSandboxClient($config))->messages($accountId, $inboxId); #required parameters are accountId and inboxId

/**
* Get messages
Expand Down

0 comments on commit b159619

Please sign in to comment.