Skip to content

v0.58.3

Latest

Choose a tag to compare

@mattogodoy mattogodoy released this 06 Aug 11:00
67f9a1f

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.