|
The emails appear to be all plain text. I did a quick Google on ActionMailer's behaviour's and it seems to look for XXXX.text.rhtml, XXX.html.rhtml, etc but the salted login does not. I tried just changing the contents of the signup_en.rhtml to be html and setting the content-type to text/html in the user_notify.rb, but it didn't like that either. Any help would be appriciated.
|