mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
501 Invalid MAIL FROM address provided #437
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pimpithecat on 11/4/2025
Hello,
I'm trying to configure outgoing email using Amazon SES SMTP on Postgresus, but SES rejects the message with this error:
501 Invalid MAIL FROM address provided
The SMTP form in Postgresus does not include any field for “From Email” or “Sender address”. SES requires the MAIL FROM domain to match a verified identity. Since the app doesn’t expose that setting, it seems to use a default internal sender (like root@localhost), which SES rejects.
Could you please clarify:
Thanks.