Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter shridsan2010

    (@shridsan2010)

    .

    Plugin Author Jesin A

    (@jesin)

    Hi Shridsan,

    Thanks for using this plugin.

    The Mailgun validation service checks if a domain has a MX (Mail eXchanger) record before deciding if it valid or not.

    So in this case “gmai.com” does have a mail server:

    
    C:\Users\A.Jesin>nslookup -q=mx gmai.com
    Server:  google-public-dns-a.google.com
    Address:  8.8.8.8
    
    Non-authoritative answer:
    gmai.com        MX preference = 1, mail exchanger = mail.flip-mail.com
    
    

    Hence it passes validation. On the other hand “yah.com” doesn’t have any MX records, so it fails.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘working for some domain only’ is closed to new replies.