mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-16 13:03:13 +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');
|
$mg = Mailgun::create('key-example');
|
||||||
|
|
||||||
# Now, compose and send your message.
|
# Now, compose and send your message.
|
||||||
$mg->message()->send('example.com', [
|
$mg->messages()->send('example.com', [
|
||||||
'from' => 'bob@example.com',
|
'from' => 'bob@example.com',
|
||||||
'to' => 'sally@example.com',
|
'to' => 'sally@example.com',
|
||||||
'subject' => 'The PHP SDK is awesome!',
|
'subject' => 'The PHP SDK is awesome!',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user