Commit 898c47363985f4a5033fb222528beb6687180a0a
1 parent
d56b0609
Exists in
master
fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -18,7 +18,7 @@ To configure your sendcloud credentials place the following code in the correspo | @@ -18,7 +18,7 @@ To configure your sendcloud credentials place the following code in the correspo | ||
18 | 18 | ||
19 | ```ruby | 19 | ```ruby |
20 | config.action_mailer.delivery_method = :sendcloud | 20 | config.action_mailer.delivery_method = :sendcloud |
21 | -config.action_mailer.mailgun_settings = { | 21 | +config.action_mailer.sendcloud_settings = { |
22 | api_user: '<apiUser>', | 22 | api_user: '<apiUser>', |
23 | api_key: '<apiKey>', | 23 | api_key: '<apiKey>', |
24 | api_url: 'http://api.sendcloud.net/apiv2/mail/send' | 24 | api_url: 'http://api.sendcloud.net/apiv2/mail/send' |