mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
Change string "false" to boolean false in README
The correct value is a boolean
This commit is contained in:
parent
976a76a3b5
commit
93af097ca3
@ -163,7 +163,7 @@ Go to http://bin.mailgun.net. The Postbin will generate a special URL. Save that
|
||||
# First, instantiate the SDK with your API credentials and define your domain.
|
||||
$mg = new Mailgun('key-example', null, 'bin.mailgun.net');
|
||||
$mg->setApiVersion('aecf68de');
|
||||
$mg->setSslEnabled('false');
|
||||
$mg->setSslEnabled(false);
|
||||
$domain = 'example.com';
|
||||
|
||||
# Now, compose and send your message.
|
||||
|
Loading…
Reference in New Issue
Block a user