I'm working with ActionMailer and I want to have HandlerClasses for each type of e-mail I want to receive and send. Should I put them in the same file as my class that inherits ActionMailer, or should I place them in their own files. If I should place them in their own files, where should I put those files?