We have received the status of an official Gold Partner of Opencart.com
→Changes to the Virtual Consultant interaction schemes from EasyTokens
→Best-selling templates and extensions in February 2025: bulk product editing, WebP support, advanced menu, Cool Premium Template
→New in March 2025: several types of captcha, Telegram notifications, product pre-order
→How to reserve part of the stock and set additional pre-order limits in OpenCart using IMCanSaleZeroProduct
→A common issue with email on your own domain is that emails may end up in the "Spam" folder, reducing the likelihood that clients will read them. To solve this problem, it is important to configure mechanisms such as DKIM and SPF and use tools like Mail-tester and MxToolbox.
1. What is DKIM?
DKIM (DomainKeys Identified Mail) is a method of electronic signature for outgoing messages that allows receiving mail servers to verify that an email has not been forged or altered during transmission. The signature is added to the email header, and the recipient's mail server can use the public key published in the domain's DNS records to verify the authenticity of the email.
Benefits of DKIM:
2. Setting up DKIM involves several steps:
1. Generating DKIM keys:
Example of DKIM signature in Yandex360:
2. Adding a DKIM record to DNS:
default._domainkey.yourdomain.com IN TXT "v=DKIM1; k=rsa; p=public_key"
3. Verifying DKIM functionality:
3. Configuring SPF
SPF (Sender Policy Framework) is an email authentication mechanism that helps prevent sender address spoofing. It allows recipient servers to verify that an email was sent from an authorized IP address listed in the domain's DNS record. This is important for increasing trust in your emails and reducing the likelihood of them ending up in the "Spam" folder.
How to set up SPF:
yourdomain.com IN TXT "v=spf1 ip4:IP_address_of_your_server include:_spf.provider.com ~all"
4. PTR record (or Reverse DNS)
A PTR record is a DNS record that links an IP address to a domain name. It is used by mail servers to verify the authenticity of the sender. If the recipient server cannot find a corresponding PTR record for the sender's IP address, this may increase the likelihood of emails ending up in the "Spam" folder. Configuring reverse IP through a PTR record confirms that the specified IP address truly belongs to your domain and is used for sending emails. To check if the PTR record is correctly configured, use tools like MxToolbox (read more about it below), which provide detailed reports and recommendations for problem-solving.
5. What is Mail-tester and how to use it?
Mail-tester is a convenient online service that allows you to check how your email will be perceived by mail services. It analyzes the email and provides a score based on many factors, including DKIM, SPF, the presence of text in the email, and more.
How to use Mail-tester:
1. Go to Mail-tester.com and get a generated test address.
2. Send an email from your email client or SMTP server to the specified address.
3. Follow the link in Mail-tester and get a detailed report with a score.
6. MxToolbox: a powerful diagnostic tool
MxToolbox is another essential tool that helps diagnose and troubleshoot issues with email configuration. It can be used not only to check for the presence of correct DKIM, SPF, and DMARC records but also to monitor blacklists and check the status of mail servers.
Using MxToolbox:
7. Useful tips for setting up email
Proper DKIM configuration and the use of tools such as Mail-tester and MxToolbox significantly increase the chances of your emails landing in the recipients' "Inbox." These measures help improve domain reputation, ensure the reliability and security of your mailings, and create a positive user experience for clients.