Best Practices for International Email Validation
Best Practices for International Email Validation

Invalid international email addresses can ruin your campaigns. Here’s why:
Bounce rates can exceed 20%, sender reputations take a hit, and global audiences feel alienated. Worse, starting February 1, 2024, stricter DMARC compliance rules from Google and Yahoo will demand better email practices. Businesses that fail to adapt risk deliverability rates dropping below 80%, costing them revenue and opportunities.

To solve this, focus on:

  • Understanding international email standards: Support Unicode (e.g., "用户@例子.公司") and use UTF-8 encoding.
  • Layered validation: Check syntax, domains, and mailboxes.
  • Real-time and batch validation: Stop bad emails at sign-up and clean lists regularly.
  • Compliance with privacy laws: Follow GDPR, CCPA, and CASL rules.
  • Using tools like MailMonitor: Automate validation and improve inbox placement.

Done right, these steps can slash bounce rates by 98% and boost deliverability by up to 20%. Stay ahead by combining technical standards, validation processes, and privacy compliance for global email success.

1. Learn International Email Address Standards

Internationalized email addresses (IEAs) take email beyond the limitations of traditional ASCII formats by incorporating Unicode characters from virtually any language or script. While standard email addresses stick to basic Latin characters (A-Z, 0-9, and a few symbols), IEAs allow users to include characters like Chinese, Arabic, Cyrillic, or even accented letters from their native languages. These advancements require adherence to precise technical standards.

IEAs are built on RFC 6531, with additional support from RFC 6530 and RFC 6532. These standards enable email systems to handle Unicode in SMTP, message formatting, and header processing. Thanks to these protocols, email addresses like "mü[email protected]" or "χρήστης@παράδειγμα.ελ" can function seamlessly without causing errors.

Understanding these standards is critical. Traditional systems, which aren’t designed for Unicode, may misclassify valid international email formats, leading to errors during registration or delivery. On the flip side, systems without proper Unicode implementation might accept malformed addresses, creating issues that could disrupt email deliverability.

In January 2024, Zalando introduced full support for IEAs in their customer registration system. This update allowed users to register using email addresses in German, Turkish, and Arabic scripts. The result? A 17% boost in registrations from non-English-speaking markets[5].

However, validation becomes more complex with IEAs. While they support a broad range of Unicode characters, certain restrictions still apply. Characters like spaces, control symbols, or certain punctuation marks remain invalid. For instance, "us [email protected]" (with a space) is still invalid, but "用户@例子.公司" (using Chinese characters) works perfectly.

Database encoding is another critical factor. Systems must use UTF-8 encoding to store and process international email addresses correctly. Legacy systems relying on ASCII or Latin-1 encoding can’t handle Unicode, leading to corrupted addresses, undeliverable emails, and even data loss. This makes robust IEA validation and storage practices essential.

The business benefits of supporting IEAs go beyond technical compliance. Research shows that businesses enabling internationalized addresses experience a 15-20% increase in engagement from non-English-speaking markets, thanks to improved user experience and trust[5]. When users can register with email addresses that match their language and identity, they feel more connected to your brand.

For U.S.-based companies looking to expand globally, understanding and implementing IEA standards is critical. Even if your primary audience uses ASCII email addresses, international customers and partners increasingly expect Unicode support. Ignoring this trend risks alienating entire user groups and stalling global growth.

Lastly, validation tools must go beyond basic character checks to identify legitimate Unicode characters and weed out homoglyphs (similar-looking characters) that could be used for spoofing. This level of validation ensures both functionality and security, providing a solid foundation for global email communication.

2. Use Multi-layered Syntax and Format Validation

Multi-layered validation serves as a critical safeguard against invalid international email addresses, directly protecting your sender reputation and ensuring reliable global email delivery. By following a step-by-step validation process, you can build a strong framework for handling international addresses effectively.

Start with basic syntax validation as outlined in RFC 5321 and RFC 6531. This involves confirming the presence of one ‘@’ symbol, correct placement of characters, and avoiding consecutive dots. For instance, an address like "[email protected]" would fail validation due to consecutive dots, while "[email protected]" would be rejected because of the leading dot.

Unicode encoding validation is another essential step when dealing with international addresses. Your system must support UTF-8 encoding to handle non-ASCII characters seamlessly. For example, addresses like "用户@例子.公司" or "mü[email protected]" should validate properly. Without Unicode support, legitimate email addresses may be blocked, potentially alienating entire customer groups.

Additionally, ensure that special characters are only used in positions permitted by RFC standards. This prevents improper formatting and improves overall accuracy.

When validating domains for international addresses, ensure compliance with IDNA (Internationalized Domain Names in Applications) standards. This process involves converting Unicode domain names into Punycode for DNS resolution. For example, "müller.de" is transformed into "xn--mller-kva.de" for proper DNS handling. Your system should not only verify the existence of the domain but also confirm its correct encoding. This layered approach significantly enhances global deliverability rates.

In 2023, a global e-commerce company implemented a comprehensive multi-layered validation process, including Unicode support. The result? A dramatic reduction in bounce rates – from 15% to just 3% – and a 28% improvement in deliverability within six months. By combining syntax, domain, and mailbox validation, the company also reduced spam complaints and strengthened its sender reputation.

Research indicates that up to 20% of email addresses collected online contain syntax errors or outdated formats[5]. With the growing adoption of internationalized email addresses, particularly in non-English-speaking regions, failing to validate Unicode and domain standards can lead to significant deliverability challenges and even compliance issues for global campaigns.

To address these challenges, utilize validation libraries that support Email Address Internationalization (EAI). Ensure error messages and logs adhere to US English standards while accommodating local formats for global audiences. Real-time validation of email entries can further enhance the quality of your CRM data and ensure compliance with privacy regulations. Some platforms have reported up to a 34% increase in deliverability rates after adopting comprehensive real-time validation processes[6]. This makes such tools a worthwhile investment for businesses aiming to excel in email marketing.

Platforms like MailMonitor offer advanced email verification tools designed for international addresses. Their tools automatically perform multi-layered syntax and format validation, check Unicode encoding, and ensure domain compliance. These features provide actionable insights that help maintain high deliverability rates while aligning with global email standards.

3. Check Domain Existence and Mail Server Setup

Making sure a domain exists and its mail server is properly configured is a key step to avoid bounced emails and protect your sender reputation. This process ensures that the recipient’s domain is valid and capable of receiving emails before you send anything.

At the heart of this process are MX (Mail Exchange) records. These DNS entries direct emails to the correct mail servers for a specific domain. When your validation tool queries the DNS system, it confirms the presence of these records. Without them, even if the email address is perfectly formatted, the domain won’t be able to handle email delivery.

DNS lookups also play a role, verifying the domain’s existence and readiness. This prevents hard bounces, which can harm your reputation with email providers for months. Even a single batch of invalid emails can have lasting consequences.

Beyond checking MX records, it’s equally important to validate authentication protocols. Starting February 1, 2024, major email providers will require bulk senders – those sending over 5,000 emails a day – to implement DMARC with at least a "none" policy [1]. This involves checking for SPF records, which define the servers allowed to send emails for a domain, and DKIM, which ensures email content hasn’t been altered during transmission. DMARC ties these protocols together and provides reports on any authentication issues. Including these checks in your process helps identify domains lacking proper security measures, reducing the risk of sending emails to spoofed or fraudulent addresses.

Handling internationalized domain names (IDNs) adds another layer of complexity. These domains, which include non-ASCII characters, require special attention during DNS lookups. Validation tools must properly translate and query these formats, whether they involve country-specific TLDs (e.g., .de, .ca) or Unicode-based extensions.

Real-time domain verification at every email collection point is essential for maintaining a clean list. Implement these checks on website forms, landing pages, mobile apps, and even during in-person events. This proactive approach ensures invalid domains are caught before they enter your database, protecting your sender reputation and conserving resources. For even better results, consider using a tiered verification strategy.

A tiered approach involves accepting domains with valid MX records and proper authentication, flagging questionable ones for review, and rejecting those that fail entirely. This method keeps your data clean while still allowing legitimate international users to subscribe to your communications.

Tools like MailMonitor simplify this process by performing comprehensive domain checks automatically. These include MX record validation and authentication protocol verification. MailMonitor’s tools are also equipped to handle the complexities of international domain formats, offering real-time verification that integrates seamlessly with your existing systems.

4. Verify Mailbox Existence and Delivery Capability

Once you’ve confirmed the domain and mail server, the next step is to ensure the specific mailbox can actually receive emails. This process digs deeper than just validating the domain – it confirms whether individual email addresses are active and ready to accept your messages. Below, we’ll walk through how to tackle common verification challenges and implement a tiered approach for better results.

SMTP Handshake Verification

One popular method for checking mailbox existence is SMTP handshake verification. This technique mimics the process of sending an email without actually delivering one. It connects to the recipient’s mail server, sends the RCPT TO command with the target email address, and evaluates the server’s response. Along the way, it also analyzes syntax and domain setups for potential risks.

However, there’s a catch: many modern mail servers use catch-all configurations or return vague responses to thwart directory harvesting attacks. These setups can make it tricky to confirm whether a specific mailbox exists, as servers might indicate success even if the address is invalid. This ambiguity presents a challenge for definitive verification.

Avoiding Verification Pitfalls

Overzealous SMTP verification can backfire, potentially harming your sender reputation. Too many verification attempts or poorly executed handshakes may appear suspicious to mail servers, increasing the risk of being blacklisted. Sending emails to invalid addresses can also damage your credibility as a sender.

To minimize these risks, adopt smarter verification practices:

  • Space out verification attempts to avoid overwhelming mail servers.
  • Use separate IP addresses for verification and email sending.
  • Avoid repeatedly probing the same server in a short timeframe.
  • Rely on trusted third-party verification services that account for the nuances of global mail server behavior.

By taking these precautions, you can safeguard your reputation while still maintaining an accurate email list.

Implementing Tiered Verification

For a balanced approach, consider using a tiered verification system. Start with basic syntax checks to weed out clearly invalid addresses. Then, confirm domain validity before moving on to selective SMTP verification for high-priority contacts. This method ensures you focus your efforts where they matter most:

  • Reject addresses that fail syntax or domain checks outright.
  • Flag uncertain addresses for further review.
  • Approve addresses that pass all checks without issue.

Incorporating real-time verification at every email collection point – such as website forms, mobile apps, or event signups – can also help keep your database clean from the start.

International Considerations

When verifying international email addresses, pay extra attention to regional formats and practices. Email patterns can vary widely across countries, and your system needs to account for these differences. Advanced tools like machine learning algorithms can recognize regional trends, predict potential deliverability issues, and even detect fraudulent signups or bot activity. By continuously learning from past data, these technologies improve accuracy over time.

MailMonitor’s verification tools excel in handling the complexities of global email formats. By combining SMTP validation with advanced risk assessments, the platform ensures thorough mailbox checks while using controlled pacing to protect your sender reputation. This multi-layered approach helps you navigate international challenges with confidence.

5. Apply Real-time and Batch Validation Tools

Using both real-time and batch validation methods creates a well-rounded approach to maintaining email list quality. These methods complement the multi-layered syntax and mailbox checks discussed earlier, working together to ensure long-term email deliverability. Each serves a distinct purpose, helping to keep global email lists accurate and effective.

Real-time validation happens instantly as users type their email addresses into forms, registration pages, or checkout screens. This immediate feedback prevents invalid or mistyped emails from entering your database. On the other hand, batch validation processes existing email lists at regular intervals, removing addresses that have become invalid over time. Together, these methods ensure a clean, deliverable email database.

When Real-time Validation Works Best

Real-time validation is most effective in scenarios where users actively enter their email addresses, such as during sign-ups, registrations, or checkouts. It catches typos – like "gmial.com" instead of "gmail.com" – before users submit their information, ensuring accurate data from the start.

For international audiences, real-time validation is especially helpful. It can recognize country-specific email formats, including Unicode characters and non-Latin scripts. For example, a user in Japan entering an email address with Japanese characters can confirm its validity instantly, improving both the user experience and data accuracy.

This method can reduce invalid email captures by up to 90%[2], significantly boosting deliverability and engagement rates by stopping bad data at the source.

Where Batch Validation Stands Out

Batch validation is ideal for maintaining and cleaning existing email databases. Over time, email addresses may become invalid due to changes like job transitions, abandoned accounts, or provider shutdowns. Batch validation identifies and removes these outdated addresses, protecting your sender reputation.

This approach works particularly well before launching major email campaigns, when importing legacy data, or during CRM integrations. For businesses with international operations, batch validation is essential for maintaining list hygiene across diverse markets. Experts often recommend running batch validation at least quarterly to keep email lists in top shape.

Combining Both Approaches for Best Results

The most effective strategy combines real-time and batch validation. Real-time validation acts as the first line of defense, preventing bad data from entering your system. Meanwhile, batch validation provides ongoing maintenance, catching addresses that become invalid over time.

Validation Type Best Use Cases & Benefits Timing
Real-time Registration forms, sign-ups, checkouts – prevents bad data entry with instant feedback Instantly during data collection
Batch Cleaning existing email lists – ideal for periodic maintenance and scalability Quarterly or before major campaigns

Technical Integration Made Simple

Modern validation tools often integrate seamlessly with popular CRMs through APIs. This automation ensures validation happens smoothly, without interrupting the user experience or requiring manual effort. API-based solutions are now standard for onboarding and lead capture, while batch processing handles large volumes of data efficiently.

These integrations are especially important for managing the complexities of global email formats.

Tips for International Implementation

When working with global audiences, it’s crucial to use validation tools that support international email formats, including Unicode and non-Latin scripts. Choose platforms that are equipped to handle regional email patterns and the unique challenges of global address structures.

MailMonitor’s verification tools offer both real-time and batch validation workflows, complete with API integration for instant checks and automated cleaning. With actionable insights and managed services, MailMonitor ensures your emails land in inboxes – not spam folders – no matter where in the world they’re sent.

6. Follow Global Data Privacy Regulations

While advanced validation processes can improve deliverability, aligning these efforts with global data privacy laws is just as important. These laws dictate how you collect, process, and store email data, making compliance a non-negotiable aspect of your email strategy.

For instance, the General Data Protection Regulation (GDPR) in Europe requires explicit consent before processing email addresses. Meanwhile, the California Consumer Privacy Act (CCPA) gives California residents the right to know how their data is used and request its deletion. Canada’s Anti-Spam Legislation (CASL) is particularly strict, demanding proof of explicit consent for collecting email addresses.

Essential Compliance Requirements

Most privacy regulations share some common ground. For starters, users must actively consent to share their email addresses – pre-checked boxes won’t cut it under GDPR. You must also clearly explain how their data will be used and include easy opt-out options in every email. The consequences of non-compliance can be steep: GDPR violations can result in fines of up to €20 million or 4% of global annual revenue, while CCPA violations can cost up to $7,500 per incident [3].

Implementing Double Opt-In for Global Compliance

Using a double opt-in system is a smart way to ensure compliance. This process involves sending a confirmation email to verify a user’s consent before adding them to your list. This is especially critical in countries like Germany and Austria, where courts require clear evidence of consent [4]. While double opt-in isn’t legally required everywhere, it provides strong proof of permission and helps ensure your email list is accurate and actively engaged.

Regional Compliance Strategies

Privacy regulations vary by region, so tailoring your approach is essential:

  • Europe (GDPR): Focus on data minimization – only collect what’s absolutely necessary.
  • California (CCPA): Be transparent about data collection practices and offer clear opt-out options for data sales.
  • Canada (CASL): Maintain detailed records of when and how consent was obtained.
Regulation Consent Requirement Key Requirements Penalties
GDPR (EU) Active consent Data minimization, right to be forgotten Up to €20M or 4% global revenue
CCPA (California) Opt-out for data sales Consumer access and deletion rights Up to $7,500 per violation
CASL (Canada) Active consent with proof Strict consent documentation Significant fines and enforcement

By adhering to these regional benchmarks, you can ensure your practices remain compliant across different territories.

Maintaining Compliance Records

To uphold clear consent standards, document every instance of user consent, including timestamps, user preferences, and validation details. These records not only demonstrate compliance but also streamline responses to data access or deletion requests. Many modern validation platforms, such as MailMonitor, offer built-in tools for GDPR- and CCPA-compliant data processing, complete with automated audit trails and detailed logs.

Handling User Rights and Requests

Privacy laws empower users with the right to access, correct, or delete their email data. To address these needs, consider offering self-service portals or dedicated privacy contacts. Regularly review your email validation processes and conduct internal compliance audits to ensure your practices keep pace with evolving privacy standards. This proactive approach will help you stay ahead of potential regulatory challenges and maintain trust with your audience.

7. Use Email Deliverability Platforms like MailMonitor

MailMonitor

Handling international email validation manually is challenging, especially when juggling diverse regional rules and authentication protocols. That’s where email deliverability platforms like MailMonitor come in. These platforms simplify the email validation process, helping you protect your sender reputation and improve inbox placement across the globe.

MailMonitor offers tools like inbox placement testing, reputation monitoring, email verification, and deliverability management. These features ensure your emails land in inboxes rather than being flagged as spam or sent to promotions folders – an essential safeguard when dealing with regional spam filters and authentication requirements. By integrating multiple validation techniques, MailMonitor streamlines the entire process.

Going Beyond Basic Validation

Modern email deliverability platforms, including MailMonitor, analyze a variety of data points such as email syntax, domain reputation, mailbox existence, and even historical engagement patterns [10]. Using AI-powered algorithms, MailMonitor adapts to regional differences in email address formats and domain structures, ensuring valid international addresses are accepted. By 2026, these AI-driven systems are expected to enhance validation accuracy and automate decision-making, keeping platforms like MailMonitor ahead of the curve [10].

Real-Time Validation and Risk Management

MailMonitor connects seamlessly with signup forms and CRM systems, enabling instant validation for international users across different email ecosystems. The platform categorizes emails into safe, risky, or non-deliverable, offering bounce risk assessments and spam report risk flags [11]. This is especially useful for global operations where spam trap definitions and risks differ by region.

Authentication Protocols and Compliance

As discussed earlier, authentication protocols are crucial for email deliverability. MailMonitor supports SPF, DKIM, and DMARC, ensuring compliance across international markets. Its AI-powered threat detection identifies anomalies in these configurations, flags suspicious patterns, and helps organizations address potential issues before they impact deliverability [1]. This proactive approach reduces delivery problems and boosts reliability.

Proven Success and Expert Support

MailMonitor’s results speak for themselves. The platform has facilitated the delivery of over 30 billion emails and boasts a 99% inbox placement rate [7]. They even promise a 90% inbox placement rate within 90 days [7].

Real-world examples highlight its impact. Fusion HCS improved inbox placement by 90% across 1 million contacts, while hubXChange saved $271,000 by enhancing their email deliverability [7].

"MailMonitor helps us identify and fix our spam issues. It’s like having a deliverability expert on our team. The weekly check-in calls allow us to take feedback, implement it and then follow up the next week with additional items to clarify or get help with. This cadence helps our team get better email results." – Dan Westenskow, CEO, Fusion HCS [7]

Managed Services for Global Challenges

One of MailMonitor’s standout features is its managed services approach. Beyond offering tools, the platform provides hands-on guidance from deliverability experts who understand the nuances of international email validation. Their three-step process includes auditing your email health, implementing fixes, and ongoing optimization to address potential threats proactively [7].

This expert support complements the validation methods discussed earlier, ensuring you have professional oversight when navigating complex global email requirements. MailMonitor’s analytics also track emails across more than 400 real inboxes, monitoring deliverability and reputation in real-time across different regions [7].

Validation Methods Comparison

Building on the layered validations mentioned earlier, the table below highlights how different methods perform when dealing with international email addresses.

Pros and Cons of Different Validation Techniques

Each validation method has its strengths and limitations, especially when applied to international email addresses. Here’s a breakdown:

Validation Method Advantages Disadvantages
Syntax Validation Quick and lightweight; identifies obvious formatting mistakes; supports non-ASCII characters in international addresses Doesn’t confirm if the domain or mailbox exists; inadequate as a standalone solution
Domain Checks Verifies that the domain exists and has valid MX records Fails to confirm mailbox existence; emails may still bounce
Mailbox Checks Confirms if the mailbox exists via SMTP, improving deliverability accuracy Can trigger spam filters; may face strict anti-abuse measures on international servers
Real-time Validation Provides immediate feedback during sign-up; catches errors instantly; improves user experience Requires strong infrastructure; may experience latency with international addresses
Batch Validation Processes large volumes efficiently; cost-effective for periodic list cleaning Unsuitable for real-time use; may miss issues arising after the batch process

Breakdown of Validation Methods

Syntax validation is the first step in identifying improperly formatted email addresses. While it quickly flags issues, it doesn’t verify if the domain is functional or the mailbox is active.

Domain checks take validation a step further by confirming that the domain part of an email address exists and is set up to receive messages.

Mailbox checks offer a deeper level of accuracy by verifying if the specific mailbox exists and accepts emails. However, this method must be applied cautiously to avoid triggering spam filters or violating international anti-abuse protocols.

Real-time validation, often integrated into user sign-up forms, provides immediate feedback to users, catching typos and improving data quality. However, the complexity of handling international addresses requires a robust system to avoid delays.

Batch validation is ideal for cleaning large email lists on a regular schedule. It’s cost-effective and efficient for maintaining list hygiene, though it doesn’t address issues that arise after the validation process.

Combining Methods for Best Results

The most effective strategy involves using these methods in combination. For example, starting with syntax and domain checks during sign-up, adding real-time validation for immediate error correction, and performing periodic batch validation can reduce bounce rates by up to 30% and improve overall deliverability. Real-time validation alone has been shown to cut bounce rates by up to 90% and enhance deliverability by 30–50% for high-volume campaigns [8][6].

Conclusion

Validating international email addresses isn’t just a nice-to-have – it’s essential for improving campaign performance. Businesses that adopt a thorough approach to email validation often achieve deliverability rates as high as 98%, compared to the typical range of 85–90%.

The secret lies in using a combination of methods rather than relying on just one. Start with real-time syntax validation during sign-ups, then move on to domain and mailbox verification. Regularly cleaning your email lists through batch processing also plays a crucial role. This multi-step strategy significantly reduces bounce rates – by over 60% – and helps businesses stay compliant with global privacy standards. Together, these steps create a robust system for maintaining email deliverability and avoiding spam filters.

That said, international email validation comes with its own set of challenges. From managing non-ASCII characters to navigating varying regional anti-abuse protocols, the process can get complex. This is where specialized tools like MailMonitor make a difference. They offer advanced deliverability solutions and actionable insights to help businesses achieve high inbox placement rates and maintain performance.

With 45.6% of emails ending up in spam folders in 2023 and providers like Google and Yahoo tightening their authentication requirements, the stakes are higher than ever [9]. Businesses that neglect comprehensive validation risk more than just low deliverability – they face potential legal issues and long-term damage to their sender reputations, which can take months to repair.

FAQs

How do Unicode and UTF-8 encoding enhance email deliverability for international audiences?

Unicode and UTF-8 encoding make it possible for email addresses to include characters from non-Latin alphabets – like accents, symbols, and scripts used in languages such as Chinese, Arabic, or Cyrillic. This ensures email addresses can work seamlessly across different languages and regions, making them accessible to users around the globe.

By adhering to these international standards, you reduce the risk of delivery problems caused by incompatible or incorrectly formatted email addresses. This not only boosts the chances of your emails reaching their destination but also aligns your communication with global email standards.

What are the essential steps in a robust email validation process, and how do they help maintain a strong sender reputation?

A thorough email validation process includes several steps to confirm that email addresses are accurate and deliverable. It typically involves syntax checks to ensure the email is formatted correctly, domain validation to verify that the domain exists and can accept emails, and mailbox verification to confirm that the specific email address is active and reachable.

These steps play a big role in protecting your sender reputation. They help lower bounce rates, avoid sending emails to invalid or inactive addresses, and boost overall deliverability. By properly validating email addresses, you can steer clear of spam traps, improve compliance, and make sure your messages land in the right inboxes.

What are the best practices for ensuring compliance with global data privacy laws when validating international email addresses?

To ensure compliance with global data privacy laws while validating international email addresses, businesses should prioritize a few essential practices:

  • Get clear consent: Make sure recipients explicitly opt in to receive emails, in line with regulations like GDPR and CAN-SPAM.
  • Limit data collection: Gather only the information absolutely necessary for email validation and avoid holding onto sensitive data longer than needed.
  • Protect data securely: Implement encryption and other safeguards to ensure email addresses are secure during validation and storage.
  • Keep up with regulations: Regularly review and adapt to changes in global privacy laws to maintain compliant email validation practices.

These steps not only help businesses maintain legal compliance but also boost email deliverability while respecting user privacy.

Related Blog Posts

What are internationalized email addresses (IEAs) and which RFC standards govern them?
How much can international email validation reduce bounce rates?
Why is UTF-8 encoding required for storing international email addresses?
How do Google and Yahoo's 2024 DMARC compliance rules affect international email deliverability?