When projects get large, I imagine you might start having 100s of mailer templates:
- user_signup_confirmation.html.erb
- user_signup_failure.html.erb
- user_account_activation.html.erb
- user_account_cancelation.html.erb ...
What is your workflow for handling this? Do you have them email you what they want and then you mold it into a method and a template? Or have you devised some sort of builder, or know of one, you'd like to share? Or do you just have the client edit the ERB templates?