Schedule Emails
for the Future
Compose emails and letters with precision timing. Professional scheduling made simple with our elegant interface.
Compose Message
How to Use FuturEmail
Learn how to schedule emails and letters with our simple, professional interface.
📧 Email Sending
Email sending is fully configured and ready to use! No setup required on your end.
✅ Ready to Go:
Simply compose your email, set a schedule time, and click "Schedule". Your emails will be sent automatically at the specified time.
📧 Current Status:
Email service is configured and operational. All scheduled emails will be sent from our secure email system. Letters are saved locally for your reference.
📋 Step-by-Step Guide
Step 1: Choose Message Type
Select "Email" for electronic messages or "Letter" for traditional mail formatting.
Step 2: Fill in Details
Enter recipient information, subject, and your message. Watch the live preview update as you type.
Step 3: Set Schedule Time
Choose when you want your message to be sent. Must be at least 1 minute in the future.
Step 4: Schedule or Save
Click "Schedule" to queue for sending, or "Save Draft" to save for later editing.
Step 5: Manage Scheduled Items
View all scheduled messages in the sidebar. Send immediately, delete, or export/import your schedules.
✨ Features
📧 Email & Letters
Support for both electronic emails and traditional letter formatting.
⏰ Precise Scheduling
Schedule messages down to the minute with timezone awareness.
👀 Live Preview
See exactly how your message will look before scheduling.
💾 Save Drafts
Save incomplete messages and come back to them later.
📤 Export/Import
Backup your scheduled messages or share them between devices.
📱 Responsive
Works perfectly on desktop, tablet, and mobile devices.
💡 Pro Tips
- CC and BCC fields work automatically - no setup needed
- The character counter helps you keep messages concise
- Export your schedules regularly as backup
- Letters are formatted for printing if you prefer physical mail
- Time zone is automatically detected from your browser
- Scheduled items persist between browser sessions
🔧 Troubleshooting
Error: "insufficient authentication scopes"
This means you're trying to use Gmail API directly. Use EmailJS instead - it handles all authentication automatically.
Error: "EmailJS authentication error"
Check your EmailJS service configuration. Make sure your service is active and your public key is correct.
Error: "Invalid template or parameters"
Your EmailJS template is missing required variables. Ensure it includes: {{to_email}}, {{subject}}, {{message}}, {{from_name}}, {{scheduled_for}}, {{created_on}}
📧 EmailJS Template Setup
Subject: {{subject}}
To: {{to_email}}
{{message}}
Originally scheduled on: {{created_on}}
Scheduled to send: {{scheduled_for}}
Sent via FuturEmail by {{from_name}}
✅ Emails not sending but no errors?
Make sure you've replaced YOUR_PUBLIC_KEY, YOUR_SERVICE_ID, and YOUR_TEMPLATE_ID with your actual EmailJS credentials.