Skip to content

Commit

Permalink
style code overflow, smtp ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
seaofclouds committed Apr 14, 2010
1 parent 8142652 commit 0e3f48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/smtp.txt
Expand Up @@ -34,6 +34,7 @@ In `config/environment.rb` set ActionMailer's delivery method to SMTP:
You'll want to make sure Rails raises errors on mail delivery, so turn that on
as well like this:

:::ruby
config.action_mailer.raise_delivery_errors = true

If you would like to use Gmail as your SMTP server, there are a few additional configuration steps required, as outlined in this [blog](http://blog.heroku.com/archives/2009/11/9/tech_sending_email_with_gmail/) post.
Expand Down
1 change: 1 addition & 0 deletions public/stylesheets/coderay.css
Expand Up @@ -5,6 +5,7 @@ pre, .CodeRay {
font-family: 'Monaco', monospace;
color: #000;
font-size: 12px;
overflow: auto;
}
.CodeRay .prompt {
color: #40337C;
Expand Down

0 comments on commit 0e3f48d

Please sign in to comment.