Hey @maxT!
great second studio video!
The integration to interact with gmail is amazing but which other open source or more privacy concerned provider can we use with n8n?
Thanks so much for the clarity of those videos you’re doing!
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Thanks so much @headset907! You should be able to use any email provider that has Rest API since we have the HTTP Request Tool for invoking generic API endpoints. You could also use an SMTP/ IMAP based service via the Subworkflow tool (“Call n8n workflow tool”).
If you want total privacy, going fully self-hosted is an option (and then most likely relying on existing email server protocols will likely be easiest). As for a web service, I looked at Proton Mail but it looks like their API is a bit harder to work with as you need to handle your own encryption.
@Jon any recs for privacy concious email providers with a useable REST API?
Thanks @maxT for your response.
Yes it looks like Protonmail and Tuta are still not making it easy yet for us to use their API in n8n unfortunately!
I’d be really interested to know what @Jon or other are recommending either for privacy conscious:
- email provider that has Rest API
- SMTP/ IMAP based service