Problem: Unable to connect IONOS SMTP with n8n Cloud - getting “535 Authentication credentials invalid” error, despite credentials working perfectly in Thunderbird.
Environment:
-
n8n Cloud (not self-hosted) - Running version [email protected]
-
IONOS email account with domain
-
Email Send (SMTP) node
What I’ve already tried:
-
Port 587 with STARTTLS:
-
Host: smtp.ionos.com
-
Port: 587
-
User: (full email address)
-
Password: the webmail password (confirmed correct)
-
SSL/TLS: OFF
-
Disable STARTTLS: OFF
-
-
Port 465 with SSL/TLS:
-
Same credentials as above
-
Port: 465
-
SSL/TLS: ON
-
-
Various authentication formats:
-
Full email address as username ✓
-
Verified password multiple times ✓
-
Checked for app-specific passwords (IONOS doesn’t use them for regular email)
-
-
Verified IONOS requirements:
- Domain matching (From Email = authentication email)
Important note: The exact same SMTP settings work flawlessly in Thunderbird and other email clients, confirming the credentials are correct. This appears to be an n8n Cloud-specific compatibility issue with IONOS SMTP servers.
And IONOS does not require creating a separate app password.
Question: Is there a known compatibility issue between n8n Cloud and IONOS SMTP? Are there any workarounds besides using third-party SMTP relay services?