mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-24 21:46:02 +03:00
parent
5df14eb6aa
commit
ab95a7fba3
@ -60,7 +60,7 @@ Here's how to send a message using the SDK:
|
||||
$mg = Mailgun::create('key-example');
|
||||
|
||||
# Now, compose and send your message.
|
||||
$mg->message()->send('example.com', [
|
||||
$mg->messages()->send('example.com', [
|
||||
'from' => 'bob@example.com',
|
||||
'to' => 'sally@example.com',
|
||||
'subject' => 'The PHP SDK is awesome!',
|
||||
|
Loading…
Reference in New Issue
Block a user