module MailerHelper
def sendgrid_substitute(arg1, arg2)
@vars = Hash.new unless @vars
@vars[arg1] = arg2[0]
end