Created attachment 2512 [details] Wireshark (Standard query response) When adding a new email account using the “Auto-configure” feature in Claws Mail, the client performs DNS SRV queries to discover server settings for IMAP (_imaps._tcp.<domain> / _imap._tcp.<domain>), POP (_pop3s._tcp.<domain> / _pop3._tcp.<domain>), and SMTP (_submission._tcp.<domain>). However, for domains that utilize only _submissions._tcp.<domain> as specified in RFC 8314, Section 5.1, the SMTP server is not automatically discovered because Claws Mail currently checks only for _submission._tcp.<domain>. Enhancement Request: Primary Check: Modify the automatic configuration process to first check for _submissions._tcp.<domain> when attempting to discover the SMTP server. Fallback: If _submissions._tcp.<domain> is not found, then fallback to checking _submission._tcp.<domain>, mirroring the behavior used in other service queries.