Fix for boolean environment variable parsing
Resolved an issue where boolean environment variables, such as SMTP_SECURE, were incorrectly interpreted as truthy strings when set to false. Environment variables now properly evaluate boolean values, ensuring SMTP configurations behave as expected.