Skip to content

Commit

Permalink
remove painfully out-of-date mention of gmail_smtp
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Mar 30, 2010
1 parent 4a8daab commit ac52ca6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/addons.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ To list the add-ons currently in use on your app as well as those available to b
$ heroku addons:add custom_domains $ heroku addons:add custom_domains
Adding custom_domains to myapp...done. Adding custom_domains to myapp...done.


Some addons require additional parameters, such as a username or message. You can specify parameters by simply adding it to the command:

$ heroku addons:add gmail_smtp email=foo@bar.com password=sekret
Adding Gmail SMTP to myall...done

### Removing an add-on: ### Removing an add-on:


$ heroku addons:remove custom_domains $ heroku addons:remove custom_domains
Expand All @@ -54,4 +49,4 @@ Visit the [add-on catalog](http://addons.heroku.com) to find and install add-ons
From the add-on drop down, click on the desired add-on. This will take you to a configration page that allows you to change the settings for the add-on. From the add-on drop down, click on the desired add-on. This will take you to a configration page that allows you to change the settings for the add-on.


### Removing an add-on ### Removing an add-on
Form the add-on drop down, click the desired add-on. At the bottom of the configuration page, you'll see an icon to remove add-on in the lower left corner. Click this to remove the add-on. Form the add-on drop down, click the desired add-on. At the bottom of the configuration page, you'll see an icon to remove add-on in the lower left corner. Click this to remove the add-on.

0 comments on commit ac52ca6

Please sign in to comment.