The MX Record (Mail Exchanger Record) is the record that enables email reception. It specifies the mail servers associated with the domain. An MX record always points to an A record, never to a CNAME.
To configure the mail record or MX record of your domain, go to DNS management by clicking on DNS from the "Basic services list" in your control panel and follow these steps.
1.- Add record
In the "DNS Records" list, click on New record and in "Record type" select MX.
To create the MX record, specify the subdomain, destination address, priority, and save the record.
TTL value: specify how long DNS servers should cache the record before checking for updates.
Subdomain: specify the subdomain you want to point. Use @ for the root domain.
Destination address: enter the mail server host.
Priority: define the preference value. Lower values mean higher priority. Default is 10. This is mainly used when multiple mail servers exist.
2.- Propagation
Once you click Save record, your MX record will be created. Now you just need to wait for propagation, which usually takes around five minutes.
MX records are mail records. For example, an email sent to info@exampledynamic.com is delivered to the machine with IP 80.32.129.7 if that address is included in the MX records list of the domain exampledynamic.com. They are unrelated to A records, ...
Google offers different types of plans for Google G Suite and for the moment it is all paid, the steps you need to take to associate the domain with Google G Suite are the same for all plans. Part One: In this first part you will see how to get a ...
SPF stands for Sender Policy Framework, a protection against email address spoofing. It identifies the SMTP mail servers authorized to send messages through domain name system (DNS) records. Its purpose is to prevent, for example, a message with the ...
Wix is a provider that offers a web service, but in many cases it is preferred to use our email service while keeping the website on their server. It is possible to have the web service working with them and the email working with us, but for this we ...
SRV is a DNS record where information about the available services of the domain is specified. In practical terms, this record is required in protocols such as SIP or XMPP, where information is queried to determine where to find the service. For ...