If you want to use a helper in mailers:
or whatever helper you need
class MyMailer < ApplicationMailer
helper ApplicationHelper
end
You can just add in your mailer
helper
ApplicationHelper
helper
ApplicationHelper