Thir PR fixes #289. I've implemented a fix to ensure that the FROM address in our outgoing emails consistently matches the SMTP username. This change prevents issues with certain mail servers, that enforce strict checks on the FROM address and could reject our emails if there's a mismatch.
Why is it important?
By explicitly setting the FROM address to match the SMTP username, we ensure better email deliverability and improve the security of our email-sending process.
How to Use?
No changes are required from the user side. The system will automatically use the correct FROM address when sending emails, ensuring consistency and reliability.
Hey Plant-it community!
What's new?
Thir PR fixes #289. I've implemented a fix to ensure that the
FROM
address in our outgoing emails consistently matches the SMTP username. This change prevents issues with certain mail servers, that enforce strict checks on theFROM
address and could reject our emails if there's a mismatch.Why is it important?
By explicitly setting the
FROM
address to match the SMTP username, we ensure better email deliverability and improve the security of our email-sending process.How to Use?
No changes are required from the user side. The system will automatically use the correct
FROM
address when sending emails, ensuring consistency and reliability.Cheers and happy planting! πΏπΌ