No commit activity in last 3 years
No release in over 3 years
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

>= 2.0.2
>= 0.2.0
>= 0.1
 Project Readme
= 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.