📍 पेश है MapLeads: Google Maps, Bing Maps और Apple Maps को अपनी लीड लिस्ट में बदलें।MapLeads देखें
मुफ़्त टूल

ईमेल हेडर एनालाइज़र

raw ईमेल हेडर पेस्ट करें और तुरंत SPF, DKIM, DMARC परिणाम, पूरा डिलीवरी पथ, स्पैम स्कोर और मुख्य मेटाडेटा देखें — पार्स और समझाए गए।

अपने ईमेल हेडर पेस्ट करें

What Are Email Headers and What Do They Contain?

Every email message contains two parts: the visible body (the text, images, and HTML you read) and the technical headers that live above the body. Headers record the full routing history of the message, authentication results, spam scores, and metadata like the sender, recipient, subject, and timestamps. Most email clients hide headers from normal view, but they are always present and can be revealed through your mail client's "show original" or "view headers" option.

Analyzing email headers is one of the most reliable ways to diagnose delivery problems, investigate suspected phishing messages, and verify that your authentication setup (SPF, DKIM, DMARC) is working correctly for a real message.

How to Find Email Headers in Different Mail Clients

  • Gmail:Open the message, click the three-dot menu (⋮) in the top-right corner, and select "Show original". Copy all content from the popup.
  • Outlook (web):Open the message, click the three-dot menu, then View → View message source.
  • Apple Mail:Open the message, then View → Message → All Headers, or press Shift + Command + H.
  • Thunderbird:Open the message, then View → Headers → All.
  • Yahoo Mail:Open the message, click More → View Raw Message.

Copy everything from the first header line (usually Delivered-To: or Return-Path:) down to the blank line before the email body.

Key Headers to Look For

The most important headers for diagnosing delivery issues are:

  • Authentication-Results: Shows SPF, DKIM, and DMARC pass/fail results as evaluated by the receiving server. This is the most important header for diagnosing authentication failures.
  • Received: One entry per hop in the delivery path. Reading from bottom to top gives chronological order. Each entry usually includes the server hostname, IP address, and timestamp.
  • X-Spam-Score / X-Spam-Status: Added by spam filters like SpamAssassin. Shows the numeric score and which rules were triggered.
  • DKIM-Signature: The actual DKIM signature attached by the sending server. Contains the selector, domain, and cryptographic signature.
  • Return-Path: The envelope sender — the address used for bounce notifications, checked by SPF.
  • Message-ID: A unique identifier for the message, useful for tracking it through log files.

What Authentication Results Mean for Deliverability

A message showing spf=pass dkim=pass dmarc=pass in the Authentication-Results header has the best chance of inbox placement. Any failure here should be investigated. An SPF failure often means the sending IP is not listed in your SPF record. A DKIM failure may mean the signature is missing, expired, or the public key in DNS does not match the private key used for signing. A DMARC failure means neither SPF nor DKIM aligned with the From domain.

Header analysis tells you what happened with a specific message. To prevent problems before sending, use email verification on your list and verify your authentication configuration with our SPF, DKIM, and DMARC generator tools. For large lists, bulk verification and the validation API let you integrate checks into your workflow.

अक्सर पूछे जाने वाले प्रश्न

1. क्या मेरे ईमेल हेडर आपके सर्वर पर भेजे जाते हैं?

नहीं। यह टूल पूरी तरह आपके ब्राउज़र में JavaScript से चलता है। आपके पेस्ट किए हेडर स्थानीय रूप से विश्लेषण होते हैं और कभी किसी सर्वर पर नहीं भेजे जाते। आपकी ईमेल सामग्री और मेटाडेटा पूरी तरह निजी रहते हैं।

2. Gmail में ईमेल हेडर कैसे खोलें?

Gmail में ईमेल खोलें, संदेश के ऊपर दाएँ तीन-बिंदु मेनू पर क्लिक करें, 'मूल दिखाएँ' चुनें — अगले पृष्ठ के ऊपर raw हेडर दिखते हैं। 'क्लिपबोर्ड पर कॉपी करें' क्लिक करें या हेडर ब्लॉक मैन्युअल रूप से चुनकर कॉपी करें।

3. SPF fail और DKIM pass का क्या मतलब है?

SPF भेजने वाले सर्वर के IP की जाँच करता है। Fail का मतलब है IP प्रेषक के SPF रिकॉर्ड में नहीं — संभवतः संदेश फ़ॉरवर्ड हुआ या SPF में न सूचीबद्ध रिले से भेजा गया। DKIM pass अच्छा संकेत है और यदि DKIM From डोमेन से aligned हो तो अकेले DMARC पूरा कर सकता है। SPF लगातार fail हो तो जाँचें कि संदेश फ़ॉरवर्ड हुआ था या नहीं।

4. ईमेल कई सर्वर से क्यों गुज़रता है?

Received श्रृंखला अक्सर कई hop दिखाती है क्योंकि ईमेल कई सर्वर से गुज़रता है: प्रेषक का आउटगोइंग SMTP सर्वर, संभवतः रिले सर्वर, फिर प्राप्तकर्ता का इनकमिंग सर्वर, और कभी-कभी आंतरिक फ़िल्टर सर्वर। प्रत्येक Received हेडर जोड़ता है। यह सामान्य है। श्रृंखला के बीच असामान्य बाहरी रिले फ़ॉरवर्डिंग या रूटिंग समस्याएँ दर्शा सकते हैं।

5. Message-ID क्या है और यह क्यों महत्वपूर्ण है?

Message-ID एक अद्वितीय पहचानकर्ता है जो भेजने वाला मेल सर्वर ईमेल बनाते समय असाइन करता है। मेल सिस्टम थ्रेड ट्रैक करने, डुप्लिकेट पहचानने और डिलीवरी लॉग जोड़ने के लिए इसका उपयोग करते हैं। सर्वर लॉग में किसी संदेश को ट्रेस करने के लिए Message-ID मुख्य खोज कुंजी है।

6. मेरे ईमेल में DMARC fail दिखता है — कैसे ठीक करें?

DMARC fail का मतलब है न SPF और न DKIM ने aligned pass दिया। Authentication-Results हेडर देखें कि कौन-सी जाँच fail हुई। SPF के लिए SPF Checker से भेजने वाला IP रिकॉर्ड में है या नहीं जाँचें। DKIM के लिए DKIM Checker से रिकॉर्ड सही प्रकाशित है या नहीं पुष्टि करें। अक्सर सुधार: भेजने वाली सेवा को SPF में जोड़ना या मेल प्रदाता में DKIM साइनिंग सक्षम करना।

अधिक सुविधाएं एक्सप्लोर करें

BillionVerify द्वारा प्रदान की जाने वाली सभी शक्तिशाली सुविधाओं की खोज करें

संबंधित टूल

भेजने से पहले ईमेल पते सत्यापित करें

प्रमाणीकरण समस्याएँ डिलिवरेबिलिटी का केवल एक कारक हैं। अमान्य पते बाउंस पैदा करते हैं जो प्रेषक प्रतिष्ठा को नुकसान पहुँचाते हैं। BillionVerify से अपनी सूची सत्यापित करें।

प्रतिदिन 100 मुफ़्त सत्यापन · 99.9% SMTP सटीकता · तुरंत API पहुँच · क्रेडिट कार्ड की आवश्यकता नहीं

99.9%
सटीकता
Real-time
API गति
$0.00014
प्रति ईमेल
100/day
हमेशा मुफ़्त