{"id":17136,"date":"2026-03-02T11:05:08","date_gmt":"2026-03-02T05:35:08","guid":{"rendered":"https:\/\/www.youstable.com\/blog\/?p=17136"},"modified":"2026-03-02T11:05:38","modified_gmt":"2026-03-02T05:35:38","slug":"incoming-and-outgoing-mail-server","status":"publish","type":"post","link":"https:\/\/www.youstable.com\/blog\/incoming-and-outgoing-mail-server","title":{"rendered":"Incoming and Outgoing Mail Server in 2026 &#8211; Detailed Guide"},"content":{"rendered":"\n<p><strong>Incoming and outgoing mail servers<\/strong> are the systems that send and receive your email. The incoming mail server (IMAP or POP3) stores and delivers messages to your device, while the outgoing mail server (SMTP) sends messages to recipients. In 2026, secure SSL\/TLS, correct ports, and authentication are essential for reliable, spam\u2011free email delivery.<\/p>\n\n\n\n<p>This guide explains incoming and outgoing mail servers in simple terms, shows the best 2026 settings, and helps you configure email clients, fix common errors, and improve deliverability. Whether you use cPanel, Plesk, Microsoft 365, Google Workspace, or a hosting provider like YouStable, you\u2019ll find practical steps and proven, real world advice.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"what-are-incoming-and-outgoing-mail-servers\">What Are Incoming and Outgoing Mail Servers?<\/h2>\n\n\n\n<p>An incoming mail server downloads or synchronizes your messages from your mailbox to your device. It uses IMAP or POP3 protocols. <\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2026\/02\/Incoming-Outgoing-Mail-Servers.jpg\" alt=\"Incoming and Outgoing Mail Servers\" class=\"wp-image-18645\" srcset=\"https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2026\/02\/Incoming-Outgoing-Mail-Servers.jpg 1280w, https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2026\/02\/Incoming-Outgoing-Mail-Servers-150x84.jpg 150w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/figure>\n\n\n\n<p>An outgoing mail server sends your email to recipients using SMTP. Together, they form the core of email communication for personal inboxes and business domains.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"incoming-mail-server-imap-vs-pop3\">Incoming Mail Server (IMAP vs POP3)<\/h3>\n\n\n\n<p>IMAP (Internet Message Access Protocol) syncs your mailbox across devices, keeping messages on the server. It is ideal for modern, multi device use (phone, laptop, webmail). POP3 (Post Office Protocol) downloads messages and can remove them from the server; it suits single device, low storage scenarios but is less flexible.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use IMAP if you access email on multiple devices and need server side folders and search.<\/li>\n\n\n\n<li>Use POP3 if bandwidth or storage is limited and you primarily read on one device.<\/li>\n\n\n\n<li>2026 best practice: choose IMAP with SSL\/TLS for most users and businesses.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"outgoing-mail-server-smtp\">Outgoing Mail Server (SMTP)<\/h3>\n\n\n\n<p>SMTP (Simple Mail Transfer Protocol) transmits your email out to other mail servers. It authenticates the sender, applies security, and hands off messages through the internet to the recipient\u2019s MX host. Proper SMTP settings, authentication, and domain records are critical to avoid spam folders and bounces.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"standard-ports-and-security-2026-best-practices\">Standard Ports and Security: 2026 Best Practices<\/h2>\n\n\n\n<p>Modern email relies on encryption in transit (TLS) and authenticated sessions. Use these recommended ports and ciphers to protect data and improve compatibility with strict mail providers.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>IMAP over TLS:<\/strong> Port 993 (recommended)<\/li>\n\n\n\n<li><strong>IMAP (STARTTLS):<\/strong> Port 143 (only if your provider prefers STARTTLS)<\/li>\n\n\n\n<li><strong>POP3 over TLS:<\/strong> Port 995 (recommended)<\/li>\n\n\n\n<li><strong>POP3 (STARTTLS):<\/strong> Port 110 (legacy\/only if required)<\/li>\n\n\n\n<li><strong>SMTP submission (STARTTLS):<\/strong> Port 587 (recommended for clients)<\/li>\n\n\n\n<li><strong>SMTP over TLS:<\/strong> Port 465 (widely supported; many providers accept 465 or 587)<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Always enable authentication (username + password) for SMTP submission.<\/li>\n\n\n\n<li>Enable SSL\/TLS or STARTTLS; never send logins over plain text.<\/li>\n\n\n\n<li>Prefer modern TLS (1.2\/1.3) and strong ciphers; disable obsolete SSLv3\/TLS1.0 where possible.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"how-email-flows-from-sender-to-recipient\">How Email Flows from Sender to Recipient<\/h2>\n\n\n\n<p>Understanding the path improves troubleshooting and deliverability:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You compose mail in a client <strong>(e.g., Outlook, Apple Mail)<\/strong>.<\/li>\n\n\n\n<li>Your client authenticates to the outgoing mail server (SMTP on 587\/465) and submits the message.<\/li>\n\n\n\n<li>The SMTP server checks policies (rate limits, SPF\/DKIM signing), then looks up the recipient domain\u2019s MX record via DNS.<\/li>\n\n\n\n<li>It connects to the recipient\u2019s MX, negotiates TLS, and transfers the message.<\/li>\n\n\n\n<li>The recipient\u2019s server filters for spam\/phishing and delivers to the inbox or spam folder.<\/li>\n\n\n\n<li>The recipient\u2019s client retrieves messages via IMAP\/POP3 from their incoming server.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"essential-dns-records-for-reliable-delivery\">Essential DNS Records for Reliable Delivery<\/h2>\n\n\n\n<p>Correct DNS is the foundation of outgoing and incoming email for your domain:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>MX:<\/strong> Points to the server that receives mail for your domain (e.g., mail.example.com).<\/li>\n\n\n\n<li><strong>SPF:<\/strong> Authorizes which servers may send mail on behalf of your domain.<\/li>\n\n\n\n<li><strong>DKIM:<\/strong> Cryptographically signs outgoing messages to prove authenticity.<\/li>\n\n\n\n<li><strong>DMARC:<\/strong> Instructs receivers how to handle failures of SPF\/DKIM and sends you reports.<\/li>\n\n\n\n<li><strong>PTR (Reverse DNS): <\/strong>Maps your sending IP back to a hostname; vital for SMTP reputation.<\/li>\n\n\n\n<li><strong>MTA<\/strong>&#8211;<strong>STS\/TLS-RPT:<\/strong> Enforces TLS for SMTP and provides TLS reports (advanced but recommended).<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"how-to-find-your-mail-server-settings\">How to Find Your Mail Server Settings<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Hosting control panels:<\/strong> In cPanel or Plesk, open Email Accounts &gt; Set Up Mail Client to see IMAP\/POP3 and SMTP hostnames, ports, and SSL options.<\/li>\n\n\n\n<li><strong>Managed suites:<\/strong> For Microsoft 365 or Google Workspace, use admin portals; look for \u201cIMAP\/POP\/SMTP\u201d and \u201cDNS\u201d pages for MX, SPF, DKIM, DMARC.<\/li>\n\n\n\n<li><strong>Self<\/strong> <strong>hosted: <\/strong>Your mail server documentation (Postfix\/Dovecot\/Exim) lists the submission ports and TLS settings. Confirm with your sysadmin.<\/li>\n\n\n\n<li><strong>YouStable customers:<\/strong> Find \u201cSecure SSL\/TLS Settings\u201d in your dashboard or welcome email, including hostname (e.g., mail.yourdomain.com) and correct ports.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"configure-email-clients-quick-settings\">Configure Email Clients: Quick Settings<\/h2>\n\n\n\n<p>Use these baseline settings; replace example values with your provider\u2019s details.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Incoming mail server:<\/strong> mail.example.com, IMAP port 993 (SSL\/TLS) or 143 (STARTTLS)<\/li>\n\n\n\n<li><strong>Outgoing mail server: <\/strong>smtp.example.com, SMTP port 587 (STARTTLS) or 465 (SSL\/TLS)<\/li>\n\n\n\n<li><strong>Username:<\/strong> Your full email address (e.g., user@example.com)<\/li>\n\n\n\n<li><strong>Password:<\/strong> Your email password (never reuse weak passwords)<\/li>\n\n\n\n<li><strong>Authentication: <\/strong>Required for SMTP; choose \u201cPassword\/Normal\u201d or \u201cOAuth\u201d if offered<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code># Example: Secure IMAP + SMTP client configuration\nIncoming (IMAP):\n  Server: mail.example.com\n  Port: 993\n  Security: SSL\/TLS\n  Authentication: Normal password\n  Username: user@example.com\nOutgoing (SMTP submission):\n  Server: smtp.example.com\n  Port: 587\n  Security: STARTTLS\n  Authentication: Normal password\n  Username: user@example.com<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"imap-vs-pop3-which-should-you-choose\">IMAP vs POP3: Which Should You Choose?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>IMAP pros:<\/strong> Multi device sync, server side folders and search, better backups on the server.<\/li>\n\n\n\n<li><strong>IMAP cons:<\/strong> Uses server storage; may need quotas and archiving policies.<\/li>\n\n\n\n<li><strong>POP3 pros:<\/strong> Lower server storage usage; good for single device workflows.<\/li>\n\n\n\n<li><strong>POP3 cons:<\/strong> No true multi device sync; risk of losing mail if device fails.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"troubleshooting-incoming-and-outgoing-mail-servers\">Troubleshooting Incoming and Outgoing Mail Servers<\/h2>\n\n\n\n<p>Start with the simplest checks: credentials, ports, encryption type, and network\/firewall. Then move to DNS and server logs.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Cannot send mail:<\/strong> Ensure SMTP port 587\/465 (not 25) and authentication is enabled. Check if your ISP blocks outbound SMTP. Verify SPF and DKIM to avoid policy rejections.<\/li>\n\n\n\n<li><strong>Cannot receive mail:<\/strong> Confirm MX records point to the correct hostname; check mailbox quota, spam filters, and IMAP port 993 availability.<\/li>\n\n\n\n<li><strong>SSL\/TLS errors:<\/strong> Your client may reject mismatched certificates (hostname mismatch). Use the exact hostname in the certificate (e.g., mail.yourhost.com).<\/li>\n\n\n\n<li><strong>Messages landing in spam: <\/strong>Add SPF, DKIM, and DMARC; maintain clean content and <strong>consistent \u201cFrom:\u201d<\/strong> domain; avoid URL shorteners and spammy keywords.<\/li>\n\n\n\n<li><strong>Rate limits and throttling:<\/strong> Many providers cap sends per hour\/day. Implement queues and staggered sends, or use a dedicated SMTP relay.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code># Quick diagnostic commands (run from a terminal)\n\n# Check MX\n<a href=\"https:\/\/www.youstable.com\/blog\/nslookup-command\">nslookup<\/a> -type=mx example.com\ndig MX example.com +short\n\n# Test SMTP with STARTTLS\nopenssl s_client -starttls smtp -connect smtp.example.com:587 -servername smtp.example.com\n\n# Test IMAP TLS\nopenssl s_client -connect mail.example.com:993 -servername mail.example.com\n\n# Check SPF\/DKIM\/DMARC\ndig TXT example.com +short\ndig TXT default._domainkey.example.com +short\ndig TXT _dmarc.example.com +short<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"deliverability-and-security-essentials-2026\">Deliverability and Security Essentials 2026<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>SPF:<\/strong> Include all legitimate senders (hosting SMTP, CRM, marketing platform). Avoid overly broad \u201c+all\u201d and prefer \u201c~all\u201d or \u201c-all\u201d endings.<\/li>\n\n\n\n<li><strong>DKIM:<\/strong> Enable and rotate 1024\u20132048-bit keys. Sign all outbound mail from your primary domain.<\/li>\n\n\n\n<li><strong>DMARC: <\/strong>Start with p=none; monitor reports, then move to p=quarantine or p=reject once aligned.<\/li>\n\n\n\n<li><strong>Reverse DNS:<\/strong> Ensure sending IP PTR matches your SMTP banner hostname.<\/li>\n\n\n\n<li><strong>MTA-STS and TLS-RPT:<\/strong> Enforce TLS and monitor encryption issues with receiving servers.<\/li>\n\n\n\n<li><strong>List hygiene:<\/strong> Remove hard bounces, monitor complaints, and warm up new sending IPs gradually.<\/li>\n\n\n\n<li><strong>Content quality:<\/strong> Use a consistent From name, proper text to image ratio, and unsubscribe links for bulk mail.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"business-email-hosting-what-to-consider\">Business Email Hosting: What to Consider<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Reliability and SLAs:<\/strong> Look for uptime guarantees and redundant infrastructure.<\/li>\n\n\n\n<li><strong>Security:<\/strong> Enforced TLS, spam\/virus filtering, 2FA, and robust abuse controls.<\/li>\n\n\n\n<li><strong>Admin controls:<\/strong> Easy DNS management, DKIM keys, DMARC reporting, per user policies.<\/li>\n\n\n\n<li><strong>Limits:<\/strong> Understand send\/hour and send\/day thresholds, attachment size, and mailbox quotas.<\/li>\n\n\n\n<li><strong>Compliance and archiving:<\/strong> Retention policies, journaling, and eDiscovery if required.<\/li>\n\n\n\n<li><strong>Support: <\/strong>24\u00d77 support with real email expertise and clear escalation paths.<\/li>\n<\/ul>\n\n\n\n<p><strong><a href=\"https:\/\/www.youstable.com\/\">YouStable<\/a><\/strong> provides secure, performance tuned email hosting with spam filtering, SSL\/TLS by default, and guided setup for SPF, DKIM, and DMARC. If you\u2019re moving from shared SMTP or facing deliverability issues, our team can help you migrate, validate DNS, and stabilize your reputation without downtime.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"real-world-setup-examples\">Real World Setup Examples<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"cpanel-plesk-with-your-own-domain\">cPanel\/Plesk with Your Own Domain<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>MX:<\/strong> mail.example.com<\/li>\n\n\n\n<li><strong>SPF:<\/strong> v=spf1 a mx include:_spf.yourhost.com ~all<\/li>\n\n\n\n<li><strong>DKIM:<\/strong> Enable in Email Deliverability; publish provided TXT record.<\/li>\n\n\n\n<li><strong>DMARC:<\/strong> v=DMARC1; p=none; rua=mailto:dmarc@example.com; fo=1;<\/li>\n\n\n\n<li><strong>Client:<\/strong> IMAP 993 SSL\/TLS, SMTP 587 STARTTLS with authentication.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"microsoft-365-or-google-workspace-hybrid\">Microsoft 365 or Google Workspace (Hybrid)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>MX:<\/strong> Points to Microsoft\/Google\u2019s MX host.<\/li>\n\n\n\n<li><strong>SPF:<\/strong> Include the suite plus any third party senders (e.g., include:spf.protection.outlook.com or _spf.google.com).<\/li>\n\n\n\n<li><strong>DKIM:<\/strong> Enable and publish keys from the admin console.<\/li>\n\n\n\n<li><strong>DMARC: <\/strong>Align From domain with authenticated sources; move to \u201cquarantine\u201d or \u201creject\u201d after monitoring.<\/li>\n\n\n\n<li>Use SMTP relay where supported for internal apps or devices.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"common-misconceptions-to-avoid\">Common Misconceptions to Avoid<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u201cPort 25 is fine for sending from my laptop.\u201d Use 587 or 465 for authenticated submission; 25 is typically blocked or for server to server only.<\/li>\n\n\n\n<li>\u201cPOP3 is more secure than IMAP.\u201d Security depends on TLS and authentication, not the protocol itself.<\/li>\n\n\n\n<li>\u201cSPF alone prevents spoofing.\u201d You need SPF, DKIM, and DMARC alignment for strong protection.<\/li>\n\n\n\n<li>\u201cA new IP can send at full volume.\u201d Warm it up gradually to build reputation.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"faqs\">FAQs<\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1770095262856\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"what-is-the-difference-between-incoming-and-outgoing-mail-servers\">What is the difference between incoming and outgoing mail servers?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Incoming servers (IMAP\/POP3) let your device retrieve messages stored on the server. Outgoing servers (SMTP) send your email to recipient domains. You need both configured with authentication and TLS for a complete, secure email setup.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1770095274042\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"which-ports-should-i-use-for-email-in-2026\">Which ports should I use for email in 2026?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Use IMAP 993 (TLS) or 143 (STARTTLS), POP3 995 (TLS), and SMTP 587 (STARTTLS) or 465 (TLS). Avoid sending via port 25 from clients; it\u2019s commonly blocked and intended for server to server delivery.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1770095290190\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"why-do-my-emails-go-to-spam-and-how-can-i-fix-it\">Why do my emails go to spam, and how can I fix it?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Missing SPF\/DKIM\/DMARC, poor sender reputation, spammy content, or mismatched reverse DNS can trigger spam filters. Publish correct DNS records, authenticate every message, warm up new IPs, maintain list hygiene, and use consistent branding.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1770095302576\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"is-imap-better-than-pop3-for-business-email\">Is IMAP better than POP3 for business email?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, in most cases. IMAP supports multi device synchronization, server side search, and better continuity after device loss. POP3 mainly suits single device workflows or very limited storage situations.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1770095314950\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"do-i-need-a-dedicated-smtp-service\">Do I need a dedicated SMTP service?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>If you send high volumes, run marketing campaigns, or need granular deliverability controls, a dedicated SMTP relay helps with reputation management, analytics, and throughput. Providers like YouStable can advise whether shared, dedicated, or hybrid sending fits your use case.<br \/>With the right incoming and outgoing mail server settings, authenticated TLS, and proper DNS, your email will be secure, fast, and inbox ready in 2026. If you\u2019re unsure where to start, YouStable\u2019s engineers can audit, configure, and optimize your entire email stack for reliable results.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Incoming and outgoing mail servers are the systems that send and receive your email. The incoming mail server (IMAP or [&hellip;]<\/p>\n","protected":false},"author":21,"featured_media":19168,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[350],"tags":[],"class_list":["post-17136","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-knowledgebase"],"acf":[],"featured_image_src":"https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2026\/02\/Incoming-and-Outgoing-Mail-Server.jpg","author_info":{"display_name":"Sanjeet Chauhan","author_link":"https:\/\/www.youstable.com\/blog\/author\/sanjeet"},"_links":{"self":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts\/17136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/comments?post=17136"}],"version-history":[{"count":8,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts\/17136\/revisions"}],"predecessor-version":[{"id":19178,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts\/17136\/revisions\/19178"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/media\/19168"}],"wp:attachment":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/media?parent=17136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/categories?post=17136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/tags?post=17136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}