Adds a "Send Later" button to the email composer toolbar with configurable scheduling delays.
- Composer button — "Send Later" button with configurable default delay
- Keyboard shortcut —
Ctrl+Shift+Lto schedule send - Multiple delay options — 30 minutes, 1/2/4 hours, or tomorrow at 9 AM
- Toast confirmation — Optional notification when email is scheduled
api.ui.registerComposerAction()— adding a button to the composer toolbarapi.hooks.registerShortcut()— registering keyboard shortcutsapi.hooks.onComposerOpen()— reacting to composer eventsapi.plugin.settings— using select-type settingsapi.toast— showing user notificationsapi.storage— tracking scheduled send count
npm install
npm run build
cp manifest.json dist/
cd dist && zip -r ../send-later.zip manifest.json index.jsUpload send-later.zip via Admin → Plugins.