Send Draft with "Email" node

Hey, is it possible to send an “email draft” with the “Email” node (not gmail or microsoft, just the normal email node)?

I only get the option “Send Email” and it seems like it’s not possible to send it as a draft as you can with an GMAIL node with n8n. Thanks!

Simple answer: you can’t

The E-Mail node uses the SMTP protocol to send mails.
A draft is not sent, just saved. This can not be done with SMTP.

2 Likes

okay, but is there a workaround this?