From 2dab50200352c6f61b987b406bb1b47c5d12ef9e Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Tue, 7 Feb 2012 15:42:01 +1300 Subject: [PATCH] Explain where tld_length went. --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 50c84cb3..e342f56b 100644 --- a/readme.md +++ b/readme.md @@ -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 -Go into your 'Inquiries' tab in the Refinery admin area and click on "Edit confirmation email" \ No newline at end of file +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 +``` \ No newline at end of file