docs: Add connection guide for SMTP

This commit is contained in:
Faruk AYDIN
2022-10-23 20:24:29 +02:00
parent 274d0eb2fd
commit 8e3ef4873f
2 changed files with 17 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ export default defineConfig({
{ text: 'Scheduler', link: '/connections/scheduler' },
{ text: 'Slack', link: '/connections/slack' },
{ text: 'Twitter', link: '/connections/twitter' },
{ text: 'SMTP', link: '/connections/smtp' },
// Temporarily disable following pages until we release github and typeform integrations
// { text: 'Typeform', link: '/connections/typeform' },
],