karrioapi / karrio

Programmable Shipping API (self-hosted)
https://karrio.io
Apache License 2.0
506 stars 94 forks source link

fix password reset to use EMAIL_FROM_ADDRESS as sender #538

Closed jacobshilitz closed 6 months ago

jacobshilitz commented 6 months ago

email reset is currently falling back to DEFAULT_FROM_EMAIL which fallback to webmaster@localhost

I would also strongly suggest not to show on the front-end the SMTP error for security

image