views:

34

answers:

0

Hi there,

I need to develop a Rails application that supports sending e-mails in more than one language. ActionMailer only supports a single template per e-mail 'view', and I don't want to make my own implementation that breaks with Active Mailer compatibility (departing from the notion that I would like to benefit from future vendor patches). Also, I need to ensure that the application supports ISO-8859-15 specific characters (e.g. Danish/Norwegian characters), and to be honest I have experienced problems with this in earlier Active Mailer releases.

Do you guys have any good ideas? Other relevant mailing frameworks or design techniques are most welcome.

Best regards

Anders