mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
* Notable + unsubscribe links * Add the migrations/initializers! * oops * Fix a bug * Address Copilot warn * Fixes * stop swallowing errors!!!! * Flipper flag WeeklySummaryEmailJob * Split WeeklySummaryEmailJob into new email
6 lines
176 B
Ruby
6 lines
176 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
include Mailkick::UrlHelper
|
|
|
|
default from: ENV.fetch("SMTP_FROM_EMAIL", "noreply@timedump.hackclub.com")
|
|
layout "mailer"
|
|
end
|