= IdnActionmailer idn_actionmailer is a gem that patches actionmailer to support recipients on domains with international characters. This is done by encoding these domain names. To use this gem in your rails project just install it and add " require 'idn_actionmailer' " to the bottom of your environment.rb. I KNOW NOTHING ABOUT HOW THE ENCODING WORKS. I just patched the actionmailer code.
Project
staugaard-idn_actionmailer
monkey patch for ActionMailer to support international domain names
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Dependencies
Runtime
Project Readme