Skip to content

Commit

Permalink
- Update references to smtp.sendgrid.com to .net to be proper.
Browse files Browse the repository at this point in the history
  Signed-off-by: Scott M. Likens <slikens@engineyard.com>
  • Loading branch information
Scott M. Likens committed Nov 10, 2010
1 parent b2b3ac2 commit 42401ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/exim/README.rdoc
Expand Up @@ -16,7 +16,7 @@ Step 1) Modify main/recipes/default.rb to uncomment the exim_auth block like bel

exim_auth "auth" do
my_hostname "domain.com"
smtp_host "smtp.sendgrid.com"
smtp_host "smtp.sendgrid.net"
username "username"
password "password"
end
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/main/recipes/default.rb
Expand Up @@ -37,7 +37,7 @@
#uncomment to run the exim recipe
#exim_auth "auth" do
# my_hostname "my_hostname.com"
# smtp_host "smtp.sendgrid.com"
# smtp_host "smtp.sendgrid.net"
# username "username"
# password "password"
#end
Expand Down

0 comments on commit 42401ea

Please sign in to comment.