sample_rails_tailwind/test/mailers
songtianlun 494e12bb9e chore: update production mailer configuration
- Change default URL options to use environment variable
- Update SMTP settings to fetch credentials from environment variables
- Comment out hardcoded email sender in tests

These changes improve the flexibility of the mailer configuration by
allowing it to adapt to different environments through environment
variables. This reduces the risk of exposing sensitive information
in the codebase and makes it easier to configure for different
production setups.
2025-01-08 13:27:28 +08:00
..
previews fix: correct user activation and password reset logic 2025-01-08 10:14:36 +08:00
.keep init sample-app 2024-12-29 17:12:54 +08:00
user_mailer_test.rb chore: update production mailer configuration 2025-01-08 13:27:28 +08:00