Blaze
PPostiz
•Created by Support on 1/5/2025 in #ðŸ’│community-support-tickets
Ticket: SMTP SSL Record Error on Gmail Port 587
Found the answer in the end, use the SSL port (
465
) rather than TLS port (587
) when the EMAIL_SECURE
environment variable is set to "true"
.
Useful Links for Solution
Python solution referencing switching from 587 to 465 example
Nodemailer-specific example
Nodemailer code in Postiz8 replies