{"id":4789,"date":"2026-01-30T10:07:22","date_gmt":"2026-01-30T10:07:22","guid":{"rendered":"https:\/\/emailwarmup.com\/blog\/?p=4789"},"modified":"2026-03-05T14:23:18","modified_gmt":"2026-03-05T14:23:18","slug":"how-to-find-your-smtp-server","status":"publish","type":"post","link":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/","title":{"rendered":"How To Find Your SMTP Server Address [For Different Clients]"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"3154\" height=\"2007\" src=\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg\" alt=\"How To Find Your SMTP Server Address [For Different Clients]\" class=\"wp-image-4791\"\/><\/figure>\n\n\n\n<p>Your SMTP server address lives in your email client&#8217;s account settings \u2014 buried under &#8220;Outgoing Mail Server&#8221; or something similarly forgettable.&nbsp;<\/p>\n\n\n\n<p>If you&#8217;ve never configured email manually, you might not even know it exists. But the moment you need to connect a CRM, set up a WordPress contact form, or troubleshoot delivery failures, that address becomes essential.<\/p>\n\n\n\n<p><a href=\"https:\/\/emailwarmup.com\/blog\/smtp\/what-is-smtp\/\">SMTP (Simple Mail Transfer Protocol)<\/a> handles the <em>sending<\/em> side of email. Your SMTP server is the outgoing gateway \u2014 the machine that accepts your message and routes it toward the recipient. Without the correct address, your emails go nowhere.<\/p>\n\n\n\n<p>Finding it depends on your situation:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you know your provider, look up their documentation<\/li>\n\n\n\n<li>If you already have email working, check your client settings<\/li>\n\n\n\n<li>If you have a custom domain, ask IT or use command-line tools<\/li>\n\n\n\n<li>If you need to troubleshoot, inspect email headers, or use diagnostic tools<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How do you find SMTP settings in email clients?<\/h2>\n\n\n\n<p>The fastest method for most people is checking an email app that already works. Your client stores the server address, port, and authentication details \u2014 everything you need to replicate the configuration elsewhere.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Outlook (Windows)<\/h3>\n\n\n\n<p>Navigate through File \u2192 Account Settings \u2192 Account Settings, then double-click your account. The SMTP server appears under Server Information. For port numbers and encryption settings, click More Settings and open the Advanced tab.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Outlook (Mac)<\/h3>\n\n\n\n<p>Click Outlook in the menu bar, then Preferences \u2192 Accounts. Select your email account and look for the Outgoing Server field \u2014 it displays the server name and port together.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Apple Mail<\/h3>\n\n\n\n<p>Open Mail \u2192 Preferences \u2192 Accounts. Select your account and check the Account Information tab for the Outgoing Mail Server dropdown. Click Edit SMTP Server List for complete details, including port and authentication method.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Mobile devices<\/h3>\n\n\n\n<p>Mobile apps sometimes bury SMTP settings deeper than desktop clients \u2014 you may need to tap through multiple screens before reaching outgoing server details.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Platform<\/td><td>Navigation path<\/td><\/tr><tr><td>iPhone<\/td><td>Settings \u2192 Mail \u2192 Accounts \u2192 [Account] \u2192 Outgoing Mail Server<\/td><\/tr><tr><td>Android<\/td><td>Settings \u2192 Apps \u2192 Email \u2192 [Account] \u2192 Server Settings<\/td><\/tr><tr><td>Outlook iOS<\/td><td>Settings (gear) \u2192 [Account] \u2192 Account Details<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What are the common SMTP server addresses?<\/h2>\n\n\n\n<p>Major email providers publish their SMTP settings in help documentation, but most follow predictable patterns. If you&#8217;re using a standard provider (not a custom domain), this table covers the essentials.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Provider<\/td><td>SMTP server<\/td><td>Port<\/td><td>Encryption<\/td><\/tr><tr><td>Gmail<\/td><td>smtp.gmail.com<\/td><td>587<\/td><td>TLS<\/td><\/tr><tr><td>Outlook\/365<\/td><td>smtp.office365.com<\/td><td>587<\/td><td>TLS<\/td><\/tr><tr><td>Yahoo<\/td><td>smtp.mail.yahoo.com<\/td><td>587<\/td><td>TLS<\/td><\/tr><tr><td>iCloud<\/td><td>smtp.mail.me.com<\/td><td>587<\/td><td>TLS<\/td><\/tr><tr><td>AOL<\/td><td>smtp.aol.com<\/td><td>587<\/td><td>TLS<\/td><\/tr><tr><td>Comcast<\/td><td>smtp.comcast.net<\/td><td>587<\/td><td>TLS<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>For detailed configuration guides, see <a href=\"https:\/\/emailwarmup.com\/blog\/smtp\/gmail-smtp-settings\/\">Gmail SMTP<\/a> or <a href=\"https:\/\/emailwarmup.com\/blog\/smtp\/outlook-smtp\/\">Outlook SMTP<\/a> \u2014 both require app passwords if two-factor authentication is enabled.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Naming patterns<\/h3>\n\n\n\n<p>When documentation isn&#8217;t available, try common formats:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>mail.domain.com<\/li>\n\n\n\n<li>smtp.domain.com<\/li>\n\n\n\n<li>outgoing.domain.com<\/li>\n\n\n\n<li>smtp-mail.domain.com<\/li>\n<\/ul>\n\n\n\n<p>Most providers stick to these conventions. If one doesn&#8217;t respond, try another before escalating to technical methods.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How do you find SMTP using command-line tools?<\/h2>\n\n\n\n<p>Command line tools query DNS records directly \u2014 useful when you don&#8217;t have access to a working email client or need to verify server information for a custom domain. The approach is more technical but reveals details that graphical interfaces hide.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Windows (nslookup)<\/h3>\n\n\n\n<p>Open Command Prompt and enter interactive mode:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>nslookup<\/strong>\n<strong>set type=MX<\/strong>\n<strong>yourdomain.com<\/strong><\/code><\/pre>\n\n\n\n<p>The output lists Mail Exchanger records \u2014 servers designated to <em>receive<\/em> mail for that domain. While MX records technically show incoming servers, many smaller organizations use the same machine for both incoming and outgoing mail.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Linux\/Mac (dig)<\/h3>\n\n\n\n<p>The dig command provides cleaner output:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>dig yourdomain.com MX<\/strong><\/code><\/pre>\n\n\n\n<p>Look for the ANSWER SECTION. Entries show priority numbers (lower = higher priority) followed by server hostnames.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Limitations<\/h3>\n\n\n\n<p>MX lookups reveal <em>incoming<\/em> mail servers, not necessarily outgoing SMTP servers. Large organizations often separate these functions \u2014 their MX records might point to one cluster while outgoing mail routes through a completely different <a href=\"https:\/\/emailwarmup.com\/blog\/smtp\/smtp-relay\/\">SMTP relay<\/a>. In enterprise environments, command-line output serves as a starting point rather than a definitive answer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How do you extract SMTP details from email headers?<\/h2>\n\n\n\n<p>Email headers contain the complete routing history of a message \u2014 every server that touched it during delivery. Analyzing headers reveals SMTP server information that other methods might miss, particularly for troubleshooting.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessing headers<\/h3>\n\n\n\n<p>Here\u2019s how to access headers based on clients:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Client<\/td><td>Navigation<\/td><\/tr><tr><td>Outlook<\/td><td>Open message \u2192 File \u2192 Properties \u2192 Internet Headers<\/td><\/tr><tr><td>Gmail<\/td><td>Open message \u2192 Three dots \u2192 Show original<\/td><\/tr><tr><td>Apple Mail<\/td><td>View \u2192 Message \u2192 All Headers<\/td><\/tr><tr><td>Yahoo<\/td><td>Open message \u2192 Three dots \u2192 View raw message<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Reading headers<\/h3>\n\n\n\n<p>Look for lines starting with &#8220;Received: from&#8221; \u2014 they trace the message path in reverse chronological order. The first &#8220;Received&#8221; entry (at the top) shows the final hop; the last entry (at the bottom) shows the originating server.<\/p>\n\n\n\n<p>A typical entry looks like:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>Received: from mail-server.example.com (192.168.1.1)<\/strong>\n<strong>by recipient-server.com with SMTP<\/strong><\/code><\/pre>\n\n\n\n<p>The &#8220;from&#8221; portion identifies the sending server. Headers can be dense (dozens of lines of technical data), but the originating server usually appears in the bottommost &#8220;Received&#8221; line.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When should you contact IT or support?<\/h2>\n\n\n\n<p>Self-service methods work well for personal accounts and standard providers, but certain situations demand direct human assistance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Contact IT when:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Standard server formats don&#8217;t connect<\/li>\n\n\n\n<li>Authentication requirements are unclear<\/li>\n\n\n\n<li>You need internal-only server addresses<\/li>\n\n\n\n<li>Using a custom company domain (@yourcompany.com)<\/li>\n\n\n\n<li>Your organization uses a dedicated <a href=\"https:\/\/emailwarmup.com\/blog\/email-authentication\/email-infrastructure\/\">email infrastructure<\/a><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Contact provider support when:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automated setup keeps failing<\/li>\n\n\n\n<li>Published documentation seems outdated<\/li>\n\n\n\n<li>Port 587 connections timeout unexpectedly<\/li>\n\n\n\n<li>You need specific security requirements (TLS version, certificate details)<\/li>\n<\/ul>\n\n\n\n<p>IT departments hold configuration details that never appear in public documentation \u2014 internal relay servers, firewall exceptions, and authentication protocols specific to your organization. For custom domains, especially, guessing wastes time that a quick support ticket could save.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How do online diagnostic tools help?<\/h2>\n\n\n\n<p>Web-based tools perform DNS lookups and connectivity tests without requiring command-line knowledge. They&#8217;re particularly useful for verifying information or troubleshooting delivery problems.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">MxToolbox<\/h3>\n\n\n\n<p>The most popular option. Enter a domain name to see:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/emailwarmup.com\/blog\/email-blacklist\/what-is-an-email-blacklist\/\">Blacklist<\/a> status<\/li>\n\n\n\n<li>DNS health status<\/li>\n\n\n\n<li><a href=\"https:\/\/emailwarmup.com\/blog\/email-authentication\/spf-record\/\">SPF record<\/a> configuration<\/li>\n\n\n\n<li>MX records (incoming mail servers)<\/li>\n<\/ul>\n\n\n\n<p>The MX Lookup function identifies mail servers quickly, though (like command line tools) it shows incoming rather than outgoing servers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">SMTP diagnostics<\/h3>\n\n\n\n<p>Some tools test SMTP connectivity directly \u2014 attempting to connect on common ports and reporting whether the server responds. These tests confirm that a suspected server address actually accepts connections.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Verification limits<\/h3>\n\n\n\n<p>Online tools can&#8217;t access internal networks or authenticate to private servers. They work well for public-facing infrastructure, but won&#8217;t help in corporate environments that block SMTP access. For those situations, internal testing from within the network (or IT assistance) remains necessary.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What configuration details do you need beyond the address?<\/h2>\n\n\n\n<p>The server address alone isn&#8217;t enough. Complete SMTP configuration requires several additional parameters that determine whether your connection succeeds.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Parameter<\/td><td>Common values<\/td><td>Notes<\/td><\/tr><tr><td>Port<\/td><td>587 (TLS), 465 (SSL), 25 (legacy)<\/td><td>Port 587 is the modern standard<\/td><\/tr><tr><td>Encryption<\/td><td>TLS, SSL, STARTTLS<\/td><td>Required by most providers<\/td><\/tr><tr><td>Authentication<\/td><td>Username + password<\/td><td>Usually, your full email address<\/td><\/tr><tr><td>App password<\/td><td>16-character code<\/td><td>Required if 2FA is&nbsp; enabled<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Port selection<\/h3>\n\n\n\n<p>Port 587 with TLS encryption is the recommended configuration for client-to-server communication. Port 465 (implicit SSL) works as an alternative. Port 25 is blocked by most ISPs for residential users \u2014 it&#8217;s reserved for server-to-server relay.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Authentication<\/h3>\n\n\n\n<p>Most providers require SMTP authentication (you can&#8217;t send anonymously). If your account has two-factor authentication enabled, standard passwords won&#8217;t work \u2014 you&#8217;ll need to generate an app-specific password through your account security settings.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Finding the address is just the first step<\/h2>\n\n\n\n<p>Knowing your SMTP server address enables configuration, but successful email delivery depends on factors beyond basic setup. Authentication records, sender reputation, and sending patterns all influence whether messages reach inboxes or land in spam.<\/p>\n\n\n\n<p>Organizations scaling their email operations often discover that correct SMTP settings don&#8217;t guarantee delivery.&nbsp;<\/p>\n\n\n\n<p>New domains need a gradual <a href=\"https:\/\/emailwarmup.com\/blog\/what-is-email-warmup\/\">email warmup<\/a> to build a reputation. Authentication records (<a href=\"https:\/\/emailwarmup.com\/blog\/email-authentication\/spf-record\/\">SPF<\/a>, <a href=\"https:\/\/emailwarmup.com\/blog\/email-authentication\/dkim\/\">DKIM<\/a>, <a href=\"https:\/\/emailwarmup.com\/blog\/email-authentication\/dmarc\/\">DMARC<\/a>) need proper DNS configuration. Volume spikes trigger <a href=\"https:\/\/emailwarmup.com\/blog\/emails-going-to-spam\/email-spam-filtering\/\">spam filters<\/a> regardless of technical accuracy.<\/p>\n\n\n\n<p>EmailWarmup.com helps senders build the reputation that determines deliverability:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Inbox rates up to 98% on Pro accounts<\/li>\n\n\n\n<li>Free <a href=\"https:\/\/emailwarmup.com\/email-deliverability-test\">email deliverability test<\/a> across 50+ providers<\/li>\n\n\n\n<li>24\/7 support from email deliverability consultants<\/li>\n\n\n\n<li><a href=\"https:\/\/emailwarmup.com\/\">Personalized email warmup<\/a> matching your sending patterns<\/li>\n<\/ul>\n\n\n\n<p>Correct configuration is the foundation \u2014 reputation gets you into inboxes.<\/p>\n\n\n\n<p>Schedule a free session with an <a href=\"https:\/\/emailwarmup.com\/email-deliverability-consultant\">email deliverability consultant<\/a> today.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<p>Here are some commonly asked questions about finding the SMTP address:<\/p>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1769766755768\"><strong class=\"schema-faq-question\">Where do I find my SMTP server address?<\/strong> <p class=\"schema-faq-answer\">Check your email client&#8217;s account settings under &#8220;Outgoing Mail Server&#8221; or &#8220;SMTP.&#8221; In Outlook, navigate to File \u2192 Account Settings and double-click your account. In Apple Mail, go to Preferences \u2192 Accounts \u2192 Account Information. Mobile devices store SMTP settings under Mail or Email in system settings.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1769766762991\"><strong class=\"schema-faq-question\">What is my SMTP server if I use Gmail?<\/strong> <p class=\"schema-faq-answer\">Gmail&#8217;s SMTP server address is smtp.gmail.com. Use port 587 with TLS encryption. Authentication requires your full Gmail address as the username and either your account password or an app password (if two-factor authentication is enabled). Google requires app passwords for most third-party SMTP connections.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1769766769651\"><strong class=\"schema-faq-question\">How do I find SMTP settings for a custom domain?<\/strong> <p class=\"schema-faq-answer\">Contact your IT department or hosting provider \u2014 custom domain SMTP settings vary by organization and aren&#8217;t publicly documented. If you manage your own domain, check your hosting control panel for mail server details. Command line tools like nslookup can identify MX records, though these show incoming servers rather than outgoing SMTP.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1769766775874\"><strong class=\"schema-faq-question\">What&#8217;s the difference between SMTP server and mail server?<\/strong> <p class=\"schema-faq-answer\">SMTP server specifically handles <em>outgoing<\/em> email \u2014 sending messages from your client to recipients. Mail server is a broader term that includes both incoming (IMAP\/POP3) and outgoing (SMTP) functions. MX records in DNS point to incoming mail servers, while SMTP servers handle the sending side of the equation.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1769766782820\"><strong class=\"schema-faq-question\">Why can&#8217;t I connect to my SMTP server?<\/strong> <p class=\"schema-faq-answer\">Connection failures typically stem from incorrect port selection (try 587 with TLS), firewall blocking (common on corporate networks), wrong server address, or authentication problems. If two-factor authentication is enabled, you need an app password rather than your regular account password. Test from a different network to rule out ISP-level port blocking.<\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Your SMTP server address lives in your email client&#8217;s account settings \u2014 buried under &#8220;Outgoing Mail Server&#8221; or something similarly forgettable.&nbsp; If you&#8217;ve never configured email manually, you might not even know it exists. But the moment you need to connect a CRM, set up a WordPress contact form, or troubleshoot delivery failures, that address [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":4791,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[31],"tags":[],"class_list":["post-4789","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-smtp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Find Your SMTP Server Address [For Different Clients]<\/title>\n<meta name=\"description\" content=\"Find your SMTP server address through email client settings, command line tools, or provider documentation (step-by-step methods)\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Find Your SMTP Server Address [For Different Clients]\" \/>\n<meta property=\"og:description\" content=\"Find your SMTP server address through email client settings, command line tools, or provider documentation (step-by-step methods)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Email Warmup\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-30T10:07:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-05T14:23:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"3154\" \/>\n\t<meta property=\"og:image:height\" content=\"2007\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Daniyal Dehleh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Daniyal Dehleh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/\"},\"author\":{\"name\":\"Daniyal Dehleh\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/fb2aa8d9a54b3d4d28e96de4d49361a5\"},\"headline\":\"How To Find Your SMTP Server Address [For Different Clients]\",\"datePublished\":\"2026-01-30T10:07:22+00:00\",\"dateModified\":\"2026-03-05T14:23:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/\"},\"wordCount\":1649,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg\",\"articleSection\":[\"SMTP\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#respond\"]}]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/\",\"url\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/\",\"name\":\"How To Find Your SMTP Server Address [For Different Clients]\",\"isPartOf\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg\",\"datePublished\":\"2026-01-30T10:07:22+00:00\",\"dateModified\":\"2026-03-05T14:23:18+00:00\",\"description\":\"Find your SMTP server address through email client settings, command line tools, or provider documentation (step-by-step methods)\",\"breadcrumb\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766755768\"},{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766762991\"},{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766769651\"},{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766775874\"},{\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766782820\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#primaryimage\",\"url\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg\",\"contentUrl\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg\",\"width\":3154,\"height\":2007},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/emailwarmup.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Find Your SMTP Server Address [For Different Clients]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#website\",\"url\":\"https:\/\/emailwarmup.com\/blog\/\",\"name\":\"Email WarmUp\",\"description\":\"100% Inbox Guaranteed.\",\"publisher\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/emailwarmup.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#organization\",\"name\":\"Email WarmUp\",\"url\":\"https:\/\/emailwarmup.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/Group-42350.png\",\"contentUrl\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/Group-42350.png\",\"width\":400,\"height\":271,\"caption\":\"Email WarmUp\"},\"image\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/fb2aa8d9a54b3d4d28e96de4d49361a5\",\"name\":\"Daniyal Dehleh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/image-2.png\",\"contentUrl\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/image-2.png\",\"caption\":\"Daniyal Dehleh\"},\"description\":\"Daniyal is an award-winning email marketing and deliverability consultant trusted by global brands like LA Fitness, Remax, and Deel. With a proven record of boosting open rates, click-throughs, and ROI by 300% or more, he is recognized as a renowned email marketing expert. For over a decade, he has refined a top-down optimization strategy that aligns technical infrastructure, creative execution, and a tight feedback loop into a system that delivers consistent results for companies of all sizes. Now, Daniyal is pulling back the curtain to share the proven frameworks and insights he\u2019s gathered\u2014helping businesses worldwide achieve the highest possible ROI from their email programs.\",\"url\":\"https:\/\/emailwarmup.com\/blog\/author\/daniyaldehleh\/\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766755768\",\"position\":1,\"url\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766755768\",\"name\":\"Where do I find my SMTP server address?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Check your email client's account settings under \\\"Outgoing Mail Server\\\" or \\\"SMTP.\\\" In Outlook, navigate to File \u2192 Account Settings and double-click your account. In Apple Mail, go to Preferences \u2192 Accounts \u2192 Account Information. Mobile devices store SMTP settings under Mail or Email in system settings.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766762991\",\"position\":2,\"url\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766762991\",\"name\":\"What is my SMTP server if I use Gmail?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Gmail's SMTP server address is smtp.gmail.com. Use port 587 with TLS encryption. Authentication requires your full Gmail address as the username and either your account password or an app password (if two-factor authentication is enabled). Google requires app passwords for most third-party SMTP connections.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766769651\",\"position\":3,\"url\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766769651\",\"name\":\"How do I find SMTP settings for a custom domain?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Contact your IT department or hosting provider \u2014 custom domain SMTP settings vary by organization and aren't publicly documented. If you manage your own domain, check your hosting control panel for mail server details. Command line tools like nslookup can identify MX records, though these show incoming servers rather than outgoing SMTP.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766775874\",\"position\":4,\"url\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766775874\",\"name\":\"What's the difference between SMTP server and mail server?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"SMTP server specifically handles <em>outgoing<\/em> email \u2014 sending messages from your client to recipients. Mail server is a broader term that includes both incoming (IMAP\/POP3) and outgoing (SMTP) functions. MX records in DNS point to incoming mail servers, while SMTP servers handle the sending side of the equation.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766782820\",\"position\":5,\"url\":\"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766782820\",\"name\":\"Why can't I connect to my SMTP server?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Connection failures typically stem from incorrect port selection (try 587 with TLS), firewall blocking (common on corporate networks), wrong server address, or authentication problems. If two-factor authentication is enabled, you need an app password rather than your regular account password. Test from a different network to rule out ISP-level port blocking.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Find Your SMTP Server Address [For Different Clients]","description":"Find your SMTP server address through email client settings, command line tools, or provider documentation (step-by-step methods)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/","og_locale":"en_US","og_type":"article","og_title":"How To Find Your SMTP Server Address [For Different Clients]","og_description":"Find your SMTP server address through email client settings, command line tools, or provider documentation (step-by-step methods)","og_url":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/","og_site_name":"Email Warmup","article_published_time":"2026-01-30T10:07:22+00:00","article_modified_time":"2026-03-05T14:23:18+00:00","og_image":[{"width":3154,"height":2007,"url":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg","type":"image\/jpeg"}],"author":"Daniyal Dehleh","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Daniyal Dehleh","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#article","isPartOf":{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/"},"author":{"name":"Daniyal Dehleh","@id":"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/fb2aa8d9a54b3d4d28e96de4d49361a5"},"headline":"How To Find Your SMTP Server Address [For Different Clients]","datePublished":"2026-01-30T10:07:22+00:00","dateModified":"2026-03-05T14:23:18+00:00","mainEntityOfPage":{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/"},"wordCount":1649,"commentCount":0,"publisher":{"@id":"https:\/\/emailwarmup.com\/blog\/#organization"},"image":{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#primaryimage"},"thumbnailUrl":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg","articleSection":["SMTP"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/","url":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/","name":"How To Find Your SMTP Server Address [For Different Clients]","isPartOf":{"@id":"https:\/\/emailwarmup.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#primaryimage"},"image":{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#primaryimage"},"thumbnailUrl":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg","datePublished":"2026-01-30T10:07:22+00:00","dateModified":"2026-03-05T14:23:18+00:00","description":"Find your SMTP server address through email client settings, command line tools, or provider documentation (step-by-step methods)","breadcrumb":{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766755768"},{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766762991"},{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766769651"},{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766775874"},{"@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766782820"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#primaryimage","url":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg","contentUrl":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg","width":3154,"height":2007},{"@type":"BreadcrumbList","@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/emailwarmup.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Find Your SMTP Server Address [For Different Clients]"}]},{"@type":"WebSite","@id":"https:\/\/emailwarmup.com\/blog\/#website","url":"https:\/\/emailwarmup.com\/blog\/","name":"Email WarmUp","description":"100% Inbox Guaranteed.","publisher":{"@id":"https:\/\/emailwarmup.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/emailwarmup.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/emailwarmup.com\/blog\/#organization","name":"Email WarmUp","url":"https:\/\/emailwarmup.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emailwarmup.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/Group-42350.png","contentUrl":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/Group-42350.png","width":400,"height":271,"caption":"Email WarmUp"},"image":{"@id":"https:\/\/emailwarmup.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/fb2aa8d9a54b3d4d28e96de4d49361a5","name":"Daniyal Dehleh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/image-2.png","contentUrl":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/image-2.png","caption":"Daniyal Dehleh"},"description":"Daniyal is an award-winning email marketing and deliverability consultant trusted by global brands like LA Fitness, Remax, and Deel. With a proven record of boosting open rates, click-throughs, and ROI by 300% or more, he is recognized as a renowned email marketing expert. For over a decade, he has refined a top-down optimization strategy that aligns technical infrastructure, creative execution, and a tight feedback loop into a system that delivers consistent results for companies of all sizes. Now, Daniyal is pulling back the curtain to share the proven frameworks and insights he\u2019s gathered\u2014helping businesses worldwide achieve the highest possible ROI from their email programs.","url":"https:\/\/emailwarmup.com\/blog\/author\/daniyaldehleh\/"},{"@type":"Question","@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766755768","position":1,"url":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766755768","name":"Where do I find my SMTP server address?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Check your email client's account settings under \"Outgoing Mail Server\" or \"SMTP.\" In Outlook, navigate to File \u2192 Account Settings and double-click your account. In Apple Mail, go to Preferences \u2192 Accounts \u2192 Account Information. Mobile devices store SMTP settings under Mail or Email in system settings.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766762991","position":2,"url":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766762991","name":"What is my SMTP server if I use Gmail?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Gmail's SMTP server address is smtp.gmail.com. Use port 587 with TLS encryption. Authentication requires your full Gmail address as the username and either your account password or an app password (if two-factor authentication is enabled). Google requires app passwords for most third-party SMTP connections.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766769651","position":3,"url":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766769651","name":"How do I find SMTP settings for a custom domain?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Contact your IT department or hosting provider \u2014 custom domain SMTP settings vary by organization and aren't publicly documented. If you manage your own domain, check your hosting control panel for mail server details. Command line tools like nslookup can identify MX records, though these show incoming servers rather than outgoing SMTP.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766775874","position":4,"url":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766775874","name":"What's the difference between SMTP server and mail server?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"SMTP server specifically handles <em>outgoing<\/em> email \u2014 sending messages from your client to recipients. Mail server is a broader term that includes both incoming (IMAP\/POP3) and outgoing (SMTP) functions. MX records in DNS point to incoming mail servers, while SMTP servers handle the sending side of the equation.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766782820","position":5,"url":"https:\/\/emailwarmup.com\/blog\/smtp\/how-to-find-your-smtp-server\/#faq-question-1769766782820","name":"Why can't I connect to my SMTP server?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Connection failures typically stem from incorrect port selection (try 587 with TLS), firewall blocking (common on corporate networks), wrong server address, or authentication problems. If two-factor authentication is enabled, you need an app password rather than your regular account password. Test from a different network to rule out ISP-level port blocking.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"uagb_featured_image_src":{"full":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",3154,2007,false],"thumbnail":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",150,95,false],"medium":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",300,191,false],"medium_large":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",768,489,false],"large":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",1024,652,false],"1536x1536":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",1536,977,false],"2048x2048":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",2048,1303,false],"profile_24":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",24,15,false],"profile_48":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",48,31,false],"profile_96":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",96,61,false],"profile_150":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",150,95,false],"profile_300":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2026\/01\/How-to-find-smtp-server_11zon.jpg",300,191,false]},"uagb_author_info":{"display_name":"Daniyal Dehleh","author_link":"https:\/\/emailwarmup.com\/blog\/author\/daniyaldehleh\/"},"uagb_comment_info":0,"uagb_excerpt":"Your SMTP server address lives in your email client&#8217;s account settings \u2014 buried under &#8220;Outgoing Mail Server&#8221; or something similarly forgettable.&nbsp; If you&#8217;ve never configured email manually, you might not even know it exists. But the moment you need to connect a CRM, set up a WordPress contact form, or troubleshoot delivery failures, that address&hellip;","_links":{"self":[{"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/posts\/4789","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/comments?post=4789"}],"version-history":[{"count":2,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/posts\/4789\/revisions"}],"predecessor-version":[{"id":5017,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/posts\/4789\/revisions\/5017"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/media\/4791"}],"wp:attachment":[{"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/media?parent=4789"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/categories?post=4789"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/tags?post=4789"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}