Troubleshooting
This guide covers solutions to the most common issues with MailLighter.
Add-in Not Visible in Ribbon
Cause
The add-in may not be loaded, or the ribbon group may be collapsed.
Solutions
- Check it’s installed: Go to Home → Get Add-ins → My Add-ins and verify MailLighter is listed
- Restart Outlook: Close and reopen Outlook to reload add-ins
- Check ribbon customization: Right-click the ribbon → Customize Ribbon and ensure MailLighter is enabled
- Reinstall: Remove the add-in from My Add-ins and reinstall from Marketplace
Buttons Are Greyed Out
Cause
MailLighter commands are only available when composing an email (replying, forwarding, or creating a new message).
Solutions
- Start composing: Reply to, forward, or create a new email
- Check compose mode: The MailLighter dropdown appears only in compose mode
- Restart Outlook: If the issue persists, restart Outlook
Content Not Fully Removed
Cause
Some email clients generate non-standard HTML that may not be fully parsed by MailLighter’s processing.
Solutions
- Try Full Cleanup: Use the “Full cleanup” command which applies all operations
- Check the email format: MailLighter works best with HTML emails. Plain text emails have limited formatting to process
- Report the issue: If a specific email format consistently fails, report it on GitHub or contact us
Sideload Issues (Developers)
Add-in Fails to Load After Sideloading
On Windows, the Outlook desktop app (from Microsoft Store) may block localhost connections. You need to add a loopback exemption:
- Open PowerShell as Administrator
- Run:
CheckNetIsolation LoopbackExempt -a -n="Microsoft.OutlookForWindows_8wekyb3d8bbwe"
- Restart Outlook and try sideloading again
Build Errors
If npm start fails:
- Ensure you have Node.js 18+ installed
- Delete
node_modulesand reinstall:
rm -rf node_modules
npm install
- Check for port conflicts (the dev server uses port 3000 by default)
Still Need Help?
- GitHub Issues: Report a bug
- Contact: Reach us through the contact page