Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { #we're using stunnel to tunnel TLS (SSL) connections to our gmail app for domains. another option is available at #http://www.rubyinside.com/how-to-use-gmails-smtp-server-with-rails-394.html :address => "localhost", :port => 1099, :domain => "<your host here>.com", :authentication => :login, :user_name => "<your username>@<your host here>.com", :password => "yourpassowrd" }
This paste will be private.
From the Design Piracy series on my blog: