Displaying 1 result from an estimated 1 matches for "forgot_password_mail".
Did you mean:
forgot_password_mailer
2006 Feb 17
2
Dealing with *a lot* of Mailers
Anybody here deal with "a lot" of ActionMailers ?
I have a lot of places within my application that send out emails to various
parties.
My /views directory has a directory for each type of mail... ie:
new_user_mailer/
forgot_password_mailer/
...etc
The /views directory is getting quite full of directories because of this,
and I''ve tried working some
magic to get the views pushed into a generic /mailer parent folder, but to
no avail.
Anybody else run into this ? Or, am I just about completely retarded ?
-------------- nex...