* The same SMTP credentials work perfectly in a standalone Node.js test script from a local machine. * Sender.net logs show no failed auth attempts when Supabase tries to send. * Port 465 times out, port 587 returns
"unexpected_failure"
"unexpected_failure"
, and port 2525 also fails. * The From email is verified and exists in MX; SPF, DKIM, and DMARC are correctly set. * This suggests the connection may be blocked or failing from the Supabase cloud environment rather than an SMTP credential issue.
Could anyone advise how to debug SMTP connectivity from Supabase cloud, or a recommended workaround for using Sender.net as a custom SMTP provider for auth emails?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.