wedding-planner/app/mailers/application_mailer.rb

9 lines
171 B
Ruby

# frozen_string_literal: true
# Copyright (C) 2024 Manuel Bustillo
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end