5
11
Fork
You've already forked tomato
1

Move send email to environment variable #20

Closed
opened 2025年08月25日 20:47:56 +02:00 by boonrs · 1 comment

Currently, devise's mailer_sender is hard coded. We eventually want to update this email address from an FRA to a Rootable one, we might even end up changing our url from .org to .coop. These changes are easier to facilitate with an environment variable.
Screenshot 2025年08月25日 at 12.45.52 PM

Change it to something like
config.mailer_sender = ENV['MAILER_SENDER']

Currently, devise's mailer_sender is hard coded. We eventually want to update this email address from an FRA to a Rootable one, we might even end up changing our url from .org to .coop. These changes are easier to facilitate with an environment variable. ![Screenshot 2025年08月25日 at 12.45.52 PM](/attachments/050dfc6e-a7f4-452a-848b-0444fad0f239) Change it to something like `config.mailer_sender = ENV['MAILER_SENDER']`

Fixed in #75

Fixed in https://codeberg.org/rootable/tomato/pulls/75
Sign in to join this conversation.
No Branch/Tag specified
main
el-tracker-receipts
el-edit-tracker
el-exclude-tracker-site-receipt
el-trackers
el-occurrence-view
el-fix-shift-filter-time-zone
bb-reports
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rootable/tomato#20
Reference in a new issue
rootable/tomato
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?