Skip to content

Commit 3f6a133

Browse files
author
Greg Palmier
committed
making a few grammar changes
1 parent 92fcd2d commit 3f6a133

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_posts/2012-08-09-integrate-sendgrid-with-redmine.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ comments: true
77
slug: integrate-redmine-with-sendgrid
88
tags: [redmine, sendgrid]
99
categories: [redmine,sendgrid]
10-
published: false
10+
published: true
1111
---
1212

1313
One thing everybody wants when deploying applications is integrating them with other applications or services. Two popular apps and services out there for small businesses that manage project management and email are Redmine and SendGrid.
@@ -24,11 +24,11 @@ Before I get started I'll admit that I had a working redmine install and this wo
2424
# gem install json
2525
# gem install sendgrid
2626
```
27-
The bulk of this funcionality is provided by the sendgrid gem which originates from here: https://github.com/stephenb/sendgrid. Git a lot of credit its creator.
27+
The bulk of this funcionality is provided by the sendgrid gem which originates from here: [https://github.com/stephenb/sendgrid](https://github.com/stephenb/sendgrid). Give a lot of credit to its creator.
2828

2929
#### Redmine Configuration File
3030

31-
If your Redmine install was something like /var/www/redmine, your configuration file will be /var/www/redmine/config/configuration.yml. If you have a relatively clean Redmine install, chances are you might not have one or it's a default template with a lot of examples. You might find an example detailing how to integrate with GMail in the example file. Our set up will be similar. Paste the following into your configuration.yml file and change the necessary parameters.
31+
If your Redmine install is something like /var/www/redmine, your configuration file will be /var/www/redmine/config/configuration.yml. If you have a relatively clean Redmine install, chances are you might not have one or it's a default template with a lot of examples. You might find an example detailing how to integrate with GMail in the example file. Our set up will be similar. Paste the following into your configuration.yml file and change the necessary parameters.
3232

3333
```
3434
production:
@@ -62,7 +62,7 @@ Through your web browser, go to Administration -> Settings, and click the "Email
6262

6363
### Troubleshooting
6464

65-
If you are getting auth errors, make sure you are just using your user_name parameter in the configuration.yml file.
65+
If you are getting auth errors, make sure you are just using your user_name parameter in the configuration.yml file (i.e. just "redmine").
6666

6767
If you think you can't reach the service, try this quick connection test:
6868

0 commit comments

Comments
 (0)