mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
Updated deprecated paths
This commit is contained in:
parent
9b270d07b8
commit
0a0f68c23c
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@ $mg->messages()->send('example.com', [
|
|||
For usage examples on each API endpoint, head over to our official documentation
|
||||
pages.
|
||||
|
||||
This SDK includes a [Message Builder](src/Mailgun/Messages/README.md),
|
||||
[Batch Message](src/Mailgun/Messages/README.md) and [Opt-In Handler](src/Mailgun/Lists/README.md) component.
|
||||
This SDK includes a [Message Builder](src/Message/README.md),
|
||||
[Batch Message](src/Message/README.md).
|
||||
|
||||
Message Builder allows you to quickly create the array of parameters, required
|
||||
to send a message, by calling a methods for each parameter.
|
||||
|
|
Loading…
Add table
Reference in a new issue