इस टूल में कोई समस्या है?

«एसएमटीपी परीक्षक ऑनलाइन» के बारे में

यह टूल आपके द्वारा प्रदान किए गए क्रेडेंशियल्स का उपयोग करके आपके SMTP सर्वर से कनेक्ट होता है और एक टेस्ट ईमेल भेजने का प्रयास करता है।

SMTP परीक्षण नए एप्लिकेशन के लिए ईमेल भेजने को कॉन्फ़िगर करते समय आवश्यक है।

परीक्षण चलाते समय एक sandbox या समर्पित परीक्षण प्राप्तकर्ता का उपयोग करें।

इस टूल का उपयोग कैसे करें

How to test an SMTP server's greeting

  1. Enter the SMTP host

    Type the SMTP host (e.g. mail.example.com) into the "SMTP host" field. Up to 253 characters. Private IPs are rejected.

  2. Pick the port

    Port defaults to 25 (the relay port). Common alternatives: 587 (submission with STARTTLS), 465 (implicit TLS / SMTPS). The probe is plain-text TCP, no TLS upgrade.

  3. Press Run

    Our server opens a TCP connection, waits for the SMTP banner, sends EHLO toolsina.com, and captures the multi-line response. The session is closed after ~4 seconds.

  4. Read the transcript

    Output is a transcript array — server greeting plus capability lines (250-PIPELINING, 250-SIZE, 250-STARTTLS, 250-AUTH, etc.). Missing STARTTLS means the host won't upgrade to TLS on this port; missing AUTH usually means no authenticated relay.