mx-record Questions

2

I want to check MX-Record from Python. So I installed the dnspython package, but when I try to import following library: import dns.resolver It shows the following error: ModuleNotFoundError: N...
Posture asked 2/1, 2018 at 5:30

4

Solved

I am using Google Apps for domain to host the email from my domain and I've setup the MX records on my site according to the Google documentation. Can I also use a "sendmail" server to send additio...
Scrooge asked 8/12, 2008 at 23:11

2

I'd like to send emails programmatically via SendGrid (from [email protected]), but have replies to that email come to my Google Workspaces inbox for [email protected]). I would then like...
Frederickfredericka asked 22/9, 2022 at 4:52

2

Anybody knows how to get MX address (from for example gmail.com) in java using standard libraries? Or do I need to download external one? I'm using netbeans if it can be helpful (if it provides s...
Blindheim asked 26/12, 2012 at 15:41

3

Solved

I need to create a tool that will check a domains live mx records against what should be expected (we have had issues with some of our staff fiddling with them and causing all incoming mail to redi...
Kipp asked 2/12, 2010 at 15:48

8

Solved

Is there any built in method in the .NET library that will return all of the MX records for a given domain? I see how you get CNAMES, but not MX records.
Biak asked 19/4, 2010 at 18:26

1

I'm currently trying to get my head around an issue with our Shop's email setup. So far we were using G Suite for all our emails related to our domain abc.com. # The History: # Our WooCommerce Sh...
Spheroid asked 12/6, 2020 at 19:18

5

Solved

Scenario: I have a contact form on my web app, it gets alot of spam. I am validating the format of email addresses loosely i.e. ^.+@.+\..+$ I am using a spam filtering service (defensio) but the sp...
Coattail asked 29/12, 2009 at 20:16

3

Solved

I'd like to use Mailgun to send e-mails from a web application, sending newsletters as well as transactional mails. I set up a sudomain "subdomain.domain.tld" and configured the DNS as specified o...
Apotheosize asked 13/1, 2015 at 20:19

7

Solved

This is a problem I'm sure is easy to fix, but I've been banging my head on it all day. I'm developing a new web site for a client. The web site resides at (this is an example) website.com. I have...
Eel asked 27/11, 2008 at 0:56

1

My domain name use Route 53 like DNS Servie. Is there a way to handle email for my domain ? Example: admin(at)mydomain.com pointing on a Gmail address ? Is it mandatory to use Google App and pay fo...
Jarlathus asked 26/7, 2014 at 19:26

2

Solved

I am trying to port my app across to .net core. It currently uses ArSoft.Tools nuget package to look up mx records but this package is not compatible with core. What is best way to lookup mx recor...
Volpe asked 19/9, 2016 at 5:37

5

I have a domain hosted at Dreamhost -- foobar.com. It has Google Apps associated with it: the 50 free email accounts which are no longer available for a new domain. I just got another domain -- foo...
Prieto asked 29/6, 2013 at 15:57

1

I have domain name(exmple.com) and DNS. I want email at [email protected] is forwarded to [email protected]. there is any way to forwarding using MX recoder in DNS. If it is possible tell...
Mahla asked 10/1, 2015 at 11:50

5

Solved

I am writing an application that is requiring me to do a DNS lookup for an MX record. I'm not sure if anyone has had experience doing this kind of work but if you do, any help would be appreciated....
Wivinia asked 7/7, 2009 at 16:36

2

We all know how to open a mailbox using imap_open. Here the problem is i'm creating a maill system here. I'm not able to find to create a mail account with imap/pop3 in php. Is it is possible ? As...
Watercool asked 4/7, 2012 at 20:2

2

I'm building a program to list all MX record of a domain. It seemed to work fine at first, but after comparing to a online tool http://mxtoolbox.com/. There are domain that the program can not get ...
Jewry asked 6/3, 2013 at 6:58

4

Solved

We have an application running on Microsoft Azure and have set up a CNAME record to cover the domain so we can have the nice URL of http://example.com (note I am replacing our real domain with exam...
Loving asked 8/4, 2013 at 18:28

1

Solved

My DNS has a set up for the domain base.com that consists of A and MX records. There are several other domains that are set up with CNAME records, pointing to base.com. Do I need to set up anythin...
Ritter asked 30/8, 2012 at 19:48

1

I host a spread of different domains that all use my (one) mail-server to send and receive mail. When sending mails, sometimes, my mail gets rejected by the receiving end, marked to the recipient a...
Filiate asked 7/4, 2011 at 11:10

2

Solved

Basically, some GoDaddy DNS help text has me scratching my head. Godaddy's DNS service says, "You cannot set up your domain name to use more than one mail provider at a time." But it doesn't talk a...
Han asked 3/4, 2009 at 21:21

5

Solved

I previously asked a question regarding MX records (and appreciate the thoughtful answers I received from SO'ers). Now that that problem is resolved, I want to step back and ask why there are...
Jackstraws asked 21/12, 2008 at 23:34
1

© 2022 - 2024 — McMap. All rights reserved.