Skip to content

Commit

Permalink
Explain where tld_length went.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Feb 7, 2012
1 parent f6aa84d commit 2dab502
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Expand Up @@ -40,4 +40,12 @@ Go into your 'Inquiries' tab in the Refinery admin area and click on "Update who


## How do I Edit the Automatic Confirmation Email ## How do I Edit the Automatic Confirmation Email


Go into your 'Inquiries' tab in the Refinery admin area and click on "Edit confirmation email" Go into your 'Inquiries' tab in the Refinery admin area and click on "Edit confirmation email"

## Help! How do I send emails from no-reply@domain.com.au instead of no-reply@com.au?

Simply set the following in an initializer:

```ruby
ActionDispatch::Http::URL.tld_length = 2
```

0 comments on commit 2dab502

Please sign in to comment.