© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•13mo ago
jonkristian

Custom SMTP | Edge functions

I am using custom smtp to send mail via office365, this is set up in supabase and is working fine. Now I want to set up edge function to send e-mails, but it is not working.
Email sending error: Error: Unexpected socket close
    at Timeout._onTimeout (file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/nodemailer/6.9.10/lib/smtp-transport/index.js:190:31)
    at cb (ext:deno_node/internal/timers.mjs:64:31)
    at eventLoopTick (ext:core/01_core.js:203:13)
Email sending error: Error: Unexpected socket close
    at Timeout._onTimeout (file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/nodemailer/6.9.10/lib/smtp-transport/index.js:190:31)
    at cb (ext:deno_node/internal/timers.mjs:64:31)
    at eventLoopTick (ext:core/01_core.js:203:13)


Any idea what is going on here? I based my edge function off of this: https://github.com/supabase/supabase/blob/master/examples/edge-functions/supabase/functions/send-email-smtp/index.ts
GitHub
supabase/examples/edge-functions/supabase/functions/send-email-smtp...
The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications. - supabase/supabase
supabase/examples/edge-functions/supabase/functions/send-email-smtp...
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Custom SMTP
SupabaseSSupabase / help-and-questions
4y ago
Edge Functions
SupabaseSSupabase / help-and-questions
4mo ago
Edge Functions
SupabaseSSupabase / help-and-questions
13mo ago
SMTP with Effective-functions
SupabaseSSupabase / help-and-questions
4y ago