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