- Change default SMTP username in ApplicationMailer to
'noreply@mail.frytea.com'
- Comment out previous username in credentials to
avoid confusion
- Ensure updated username is reflected in production
environment settings
This update improves email configuration organization, making it
clearer and reducing the risk of misconfiguration, as the hardcoded
value in the mailer takes precedence.
- Revise footer layout and content, highlighting the new
service "AI Weather Art" with a short description.
- Update SMTP credentials configuration to use environment
variables for a more secure setup.
- Add AWS configuration for development and production,
including access keys and bucket information.
These changes improve the footer clarity for users and enhance
security by utilizing environment variables for sensitive
configuration data instead of hardcoded values.
- Include QWeather API key in the credentials file
This change adds the necessary API key for the QWeather service, enabling
future integration of weather data into the application. The key is stored
in the encrypted credentials file to maintain security.
- Upgrade thruster gem to version 0.1.10
- Set SMTP user credentials for sending emails
- Adjust test to verify only activated users are displayed
These updates improve email handling and ensure that the application
uses the latest version of the thruster gem, while also refining
the user index test to accurately reflect the activated state.