What the problem looks like
When you use Send in Grunt:- An email draft appears to be generated
- The attachment may be present
- The recipient never receives the email
- The email does not appear in Sent Items
- No clear error message is shown
Why it happens
According to the legacy support article, Outlook (new) does not support the same attachment-based email generation flow that Grunt depends on. Windows therefore needs the fallback path through Outlook (classic) for attachment-based sends.Fix on Windows 10
- Open Outlook (classic) once.
- Close it again.
- Open Settings > Apps > Default apps > Choose default apps by protocol.
- Find
MAILTO. - If it currently points to Outlook (new), switch it to Outlook (classic).
- Then switch it back to Outlook (new).
Fix on Windows 11
- Open Outlook (classic) once.
- Close it again.
- Open Settings > Apps > Default apps.
- Search for
MAILTO. - Open the
URL:MailTo Protocolentry. - If it currently points to Outlook (new), switch it to Outlook (classic).
- Then switch it back to Outlook (new).
Expected result
After this change:- Emails with attachments created by Grunt should open through Outlook (classic)
- Regular mail links without attachments can still open in Outlook (new)