mirror of
https://github.com/we-promise/sure.git
synced 2026-04-13 17:14:05 +00:00
* First cut of smallest rebrand, pending icons * Leave SQL schema tokens/user names the same for now * First batch of logos * Release notes/what's new * /releases missing * redirect_uri for sureapp:// * Padded logo * Test the correct /releases URL * Missed a few mobile URIs * Some icons/asssets from /website/ repo * Seed/sample data user @sure.local now * New screenshot * Want to keep their legal "boilerplate" from the upstream repo
5 lines
171 B
Ruby
5 lines
171 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default from: email_address_with_name(ENV.fetch("EMAIL_SENDER", "sender@sure.local"), "Sure Finance")
|
|
layout "mailer"
|
|
end
|