You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current documentation suggests using port 587 with SSL/TLS ON for Outlook SMTP. This causes an SSL error (ssl3_get_record:wrong version number). Port 587 requires STARTTLS with SSL/TLS toggle OFF in n8n. If SSL/TLS ON is selected, it only works correctly with port 465. The docs should clarify the correct use of ports 587 (STARTTLS) and 465 (SSL/TLS).