I want to set up email integration for Grafana alerts using AWS SES. While configuring SMTP settings using the SES SMTP endpoint, I specified the TLS wrapper port (2465) as the port number but failed to send a test email using that port. However, it works fine for the STARTTLS port (587, 2587). Here’s the SES docs: Connecting to an Amazon SES SMTP endpoint - Amazon Simple Email Service
Does Grafana support TLS wrapper port (465, 2465) for email notifications?