# frozen_string_literal: true
class ApplicationMailer < ActionMailer::Base
default from: "hello@ttcompanion.com"
layout "mailer"
end