Top "Mx-record" questions

MX records are used by the Domain Name System (DNS) to control the delivery of email to mail servers using SMTP.

Using MX Records to Forward Email to Another Domain

I have a domain hosted at Dreamhost -- foobar.com. It has Google Apps associated with it: the 50 free email …

dns google-apps mx-record email-forwarding
How to get mx records for a dns name with System.Net.DNS?

Is there any built in method in the .NET library that will return all of the MX records for a …

c# .net dns mx-record
Can I have a different mail server for each subdomain?

Basically, some GoDaddy DNS help text has me scratching my head. Godaddy's DNS service says, "You cannot set up your …

email dns mx-record
MX Record lookup and check

I need to create a tool that will check a domains live mx records against what should be expected (we …

python mx-record
Why have MX records?

I previously asked a question regarding MX records (and appreciate the thoughtful answers I received from SO'ers). Now that that …

smtp dns mx-record
Mailgun messages from subdomain without MX record get rejected by some mail-providers

I'd like to use Mailgun to send e-mails from a web application, sending newsletters as well as transactional mails. I …

email dns subdomain mailgun mx-record
sendmail and MX records when mail server is not on web host

This is a problem I'm sure is easy to fix, but I've been banging my head on it all day. …

email smtp sendmail mx-record
Pulling MX record from DNS server

I am writing an application that is requiring me to do a DNS lookup for an MX record. I'm not …

c linux dns mx-record
How to use DNS resolver in Python 3?

I want to check MX-Record from Python. So I installed the dnspython package, but when I try to import following …

python python-3.x dns mx-record
Using MX records to validate email addresses

Scenario: I have a contact form on my web app, it gets alot of spam. I am validating the format …

php email-validation mx-record