{"id":11134,"date":"2024-01-02T15:21:00","date_gmt":"2024-01-02T09:51:00","guid":{"rendered":"https:\/\/www.wpoven.com\/blog\/?p=11134"},"modified":"2024-02-01T15:53:13","modified_gmt":"2024-02-01T10:23:13","slug":"smtp-server-setup-usage-and-best-practices","status":"publish","type":"post","link":"https:\/\/www.wpoven.com\/blog\/smtp-server-setup-usage-and-best-practices\/","title":{"rendered":"SMTP Server Setup, Usage, and Best Practices"},"content":{"rendered":"\n<p class=\"justify\">Are you looking for SMTP Server Setup? Then you have landed on the right post, but before we directly start with the main topic first let me ask you a simple question, ever wondered how Emails work? When you send an email and within a few seconds they are in your recipient&#8217;s Inbox, the technology behind how this happens is Simple Mail Transfer Protocol (SMTP). <\/p>\n\n\n\n<p class=\"justify\">How emails are stored on the server once received using the IMAP\/POP3 Server is a story for a different time, for now, we will cover SMTP and by the end of the article, we hope you have a complete understanding of the SMTP Server setup, STMP Protocol, SMTP Servers, SMTP server best practices, usage, Common options and how to ensure your emails have done land up in SPAM.<\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_0f56df5e-07d6-4326-bd9d-0d47c9496254\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_5d50fbdc-9434-44cb-a064-380f0b509a5b\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<p>Then what are you waiting for? Let us get started!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is SMTP?<\/h2>\n\n\n\n<p class=\"justify\">Simple Mail Transfer Protocol (SMTP) is the protocol used to Send Emails, it defines a common standard so that any SMTP server can communicate with any other SMTP Server or POP3\/IMAP server on the internet and they understand each other. You can say it ensures that different entities involved in the transfer of emails speak a common language.<\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_92e8066e-0ead-4e33-8292-e09c0d521ca3\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<p class=\"has-text-align-left round has-background\" style=\"background-color:#daf2ff\"><strong>Read:<\/strong>   \ud83d\udea9 <a href=\"https:\/\/www.wpoven.com\/blog\/wordpress-not-sending-email\/\" data-type=\"URL\" data-id=\"https:\/\/www.wpoven.com\/blog\/wordpress-not-sending-email\/\" target=\"_blank\" rel=\"noreferrer noopener\">How To Resolve WordPress Not Sending Emails Issue? [2024]<\/a><\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_5402b6d6-b985-4920-b86a-a1eaf5298634\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group tip is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<h2 class=\"wp-block-heading myh2\">What does SMTP Server Mean?<\/h2>\n\n\n\n<p class=\"justify\">The SMTP protocol needs to be made available by an application, this application that responds to the SMTP requests for those who wish to send an Email or relay Email is called an SMTP Serve\/SMTP Relay. You can break it into two types as given below, both are mostly the same other than the minor difference.<\/p>\n\n\n\n<ul class=\"justify\">\n<li><strong>SMTP Server: It<\/strong> is the same thing as an <a href=\"https:\/\/www.wpoven.com\/blog\/smtp-relay\/\" target=\"_blank\" rel=\"noreferrer noopener\">SMTP relay<\/a> but is mainly used when the receiver domain is the same as the server domain. These are usually used with free email services like gmail.com and yahoo.com.<\/li>\n\n\n\n<li><strong>SMTP Relay Server:<\/strong> This is also a Server, but this term is used when the source email and destination email domains are different from the SMTP server domains. An example can be SendGrid or <a href=\"https:\/\/www.wpoven.com\/sendb\/brevo\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.wpoven.com\/sendb\/brevo\" rel=\"noreferrer noopener\">Brevo<\/a> which offer these. These servers are mainly routers for mail.<\/li>\n<\/ul>\n\n\n\n<p class=\"justify\"><strong>Fake SMTP Servers:<\/strong> &#8211; These Servers are mainly used for testing by developers, they are catch-all servers that allow users to see how the Email will look on the recipient end without actually sending any Email. You can either install a local application like MailHog or MailCatcher or use a cloud provided like Mailtrap or <a href=\"https:\/\/www.wpoven.com\/tools\/free-smtp-server-for-testing\" target=\"_blank\" rel=\"noreferrer noopener\">Our local tool<\/a>.<\/p>\n<\/div><\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_03397c63-9f0d-4d23-b2f4-a17c30103599\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<div class=\"wp-block-group fre-pros-box is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<h2 class=\"wp-block-heading myh2\">How SMTP Work?<\/h2>\n\n\n\n<p>Below is a common guide to how the process of Sending Emails works with SMTP.<\/p>\n\n\n\n<ul class=\"justify\">\n<li>A user wanting to send an email from user@source.com to user@recipient.com uses his Email client to draft an Email with a Subject and Body and press Send.<\/li>\n\n\n\n<li>Once the user presses send the Email client will connect to the configured SMTP server for now let&#8217;s assume it to be smtp.source.com. The client and SMTP server do a handshake; if authorization is required, the client will provide credentials for the same.<\/li>\n\n\n\n<li>After a handshake, the Email Client sends the receiver address which in our case is user@recipient.com, the subject, and the body.<\/li>\n\n\n\n<li>If it had been our user who had been sending it to someone in the same domain then our server will simply forward it internally to the local recipient server.<\/li>\n\n\n\n<li>Next, the SMTP server using a DNS request for MX records finds out the recipient&#8217;s IP or domain address where his SMTP server is running.<\/li>\n\n\n\n<li>Next, it connects to the receiver&#8217;s SMTP address and tries to deliver the email.<\/li>\n\n\n\n<li>The Recipient&#8217;s Email Server verifies if it can handle the Email being forwarded to it. And if all is well then it forwards this to the incoming IMAP or POP3 Server.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_a1e5256a-cc02-4a95-a01d-d8dd54ae600c\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<h2 class=\"wp-block-heading\">Common SMTP Port and Address<\/h2>\n\n\n\n<p class=\"justify\">In most cases, the SMTP address will be a prefix of mail or SMTP in front of the domain to which you are trying to connect to. Also, these are specified by the Mail Exchange (MX) records in the DNS which direct a client to the mail server which is supposed the handle how Email messages are to be routed.<\/p>\n\n\n\n<p>To find the address of the SMTP server you can use the dig command<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>root@mailtest:~# dig +short freesmtpservers.com MX<br>20 smtp.freesmtpservers.com.<br>10 smtp.freesmtpservers.com.<\/strong><\/code><\/p>\n\n\n\n<p>Then you can use the dig command to find the IP address if required<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>root@mailtest:~# dig +short smtp.freesmtpservers.com<br>104.237.130.88<\/strong><\/code><\/p>\n\n\n\n<p class=\"justify\">Things are not so simple with the port to which to connect, Servers and relays usually have a set of different ports to which you can connect, and each has come into being over time to fulfill specific requirements.<\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_af73621e-f645-49b5-b708-1d94e424ee06\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>SMTP Port<\/strong><\/h3>\n\n\n\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Port Number<\/th><th class=\"column-2\">Description<\/th><th class=\"column-3\">Information<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">25<\/td><td class=\"column-2\">Standard SMTP Port<\/td><td class=\"column-3\">It should mainly be used for Email Relay<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">465<\/td><td class=\"column-2\">Deprectared SMTP Port<\/td><td class=\"column-3\">Was for secure SMTP, Used SSL for encryption. Avoid usage. <\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">587<\/td><td class=\"column-2\">Modern Secure SMTP Port<\/td><td class=\"column-3\">Most moden Email Clients will use this , it uses TLS Encryption. <\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">2525<\/td><td class=\"column-2\">Alternative Non Standard SMTP Port<\/td><td class=\"column-3\">This is used as an alternative to 587 incase its blocked. <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n\n<p>In most cases, you will be using Port 587 for your needs.<\/p>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_959f2ccf-b7fa-45c4-b672-707b015ee71d\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<p class=\"justify round has-background\" style=\"background-color:#ffe2e2\"><em>For more details, you can also read our dedicated post on <a href=\"https:\/\/www.wpoven.com\/blog\/smtp-port\/\" target=\"_blank\" rel=\"noreferrer noopener\">SMTP ports<\/a> and get a complete insight into it in a very comprehensive way.<\/em><\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_958e467e-49a9-40ad-92b3-5c46696b5dcf\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Common SMTP Server Names<\/h2>\n\n\n\n<p class=\"justify\">Common addresses for SMTP servers start with SMTP. or mail. with the domain name, some might have an IP address also. We have listed a few common ones with their details below &#8211;<\/p>\n\n\n\n<table id=\"tablepress-3\" class=\"tablepress tablepress-id-3\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Service Name<\/th><th class=\"column-2\">SMTP Server<\/th><th class=\"column-3\">Port<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">Googlemail<\/td><td class=\"column-2\">smtp.gmail.com<\/td><td class=\"column-3\">587<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">Outlook.com<\/td><td class=\"column-2\">smtp.live.com<\/td><td class=\"column-3\">587<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">Office365.com<\/td><td class=\"column-2\">smtp.office365.com<\/td><td class=\"column-3\">587<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">Yahoo Mail<\/td><td class=\"column-2\">smtp.mail.yahoo.com<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">Yahoo Mail Plus<\/td><td class=\"column-2\">plus.smtp.mail.yahoo.com<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\">Yahoo UK<\/td><td class=\"column-2\">smtp.mail.yahoo.co.uk<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\">Yahoo Deutschland<\/td><td class=\"column-2\">smtp.mail.yahoo.com<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\">Yahoo AU\/NZ<\/td><td class=\"column-2\">smtp.mail.yahoo.com.au<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-10\">\n\t<td class=\"column-1\">O2<\/td><td class=\"column-2\">smtp.o2.ie<\/td><td class=\"column-3\">25<\/td>\n<\/tr>\n<tr class=\"row-11\">\n\t<td class=\"column-1\">O2.uk<\/td><td class=\"column-2\">smtp.o2.co.uk<\/td><td class=\"column-3\">25<\/td>\n<\/tr>\n<tr class=\"row-12\">\n\t<td class=\"column-1\">AOL.com<\/td><td class=\"column-2\">smtp.aol.com<\/td><td class=\"column-3\">587<\/td>\n<\/tr>\n<tr class=\"row-13\">\n\t<td class=\"column-1\">AT&amp;T<\/td><td class=\"column-2\">smtp.att.yahoo.com<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-14\">\n\t<td class=\"column-1\">NTL @ntlworld.com<\/td><td class=\"column-2\">smtp.ntlworld.com<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-15\">\n\t<td class=\"column-1\">BT Connect<\/td><td class=\"column-2\">pop3.btconnect.com<\/td><td class=\"column-3\">25<\/td>\n<\/tr>\n<tr class=\"row-16\">\n\t<td class=\"column-1\">BT Openworld<\/td><td class=\"column-2\">mail.btopenworld.com<\/td><td class=\"column-3\">25<\/td>\n<\/tr>\n<tr class=\"row-17\">\n\t<td class=\"column-1\">BT Internet<\/td><td class=\"column-2\">mail.btinternet.com<\/td><td class=\"column-3\">25<\/td>\n<\/tr>\n<tr class=\"row-18\">\n\t<td class=\"column-1\">Orange<\/td><td class=\"column-2\">smtp.orange.net<\/td><td class=\"column-3\">25<\/td>\n<\/tr>\n<tr class=\"row-19\">\n\t<td class=\"column-1\">Orange.uk<\/td><td class=\"column-2\">smtp.orange.co.uk<\/td><td class=\"column-3\">25<\/td>\n<\/tr>\n<tr class=\"row-20\">\n\t<td class=\"column-1\">Wanadoo UK<\/td><td class=\"column-2\">smtp.wanadoo.co.uk<\/td><td class=\"column-3\">25<\/td>\n<\/tr>\n<tr class=\"row-21\">\n\t<td class=\"column-1\">Hotmail<\/td><td class=\"column-2\">smtp.live.com<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-22\">\n\t<td class=\"column-1\">O2 Online Deutschland<\/td><td class=\"column-2\">mail.o2online.de<\/td><td class=\"column-3\">25<\/td>\n<\/tr>\n<tr class=\"row-23\">\n\t<td class=\"column-1\">T-Online Deutschland<\/td><td class=\"column-2\">securesmtp.t-online.de<\/td><td class=\"column-3\">587<\/td>\n<\/tr>\n<tr class=\"row-24\">\n\t<td class=\"column-1\">1&amp;1 (1and1)<\/td><td class=\"column-2\">smtp.1and1.com<\/td><td class=\"column-3\">587<\/td>\n<\/tr>\n<tr class=\"row-25\">\n\t<td class=\"column-1\">1&amp;1 Deutschland<\/td><td class=\"column-2\">smtp.1und1.de<\/td><td class=\"column-3\">587<\/td>\n<\/tr>\n<tr class=\"row-26\">\n\t<td class=\"column-1\">Comcast<\/td><td class=\"column-2\">smtp.comcast.net<\/td><td class=\"column-3\">587<\/td>\n<\/tr>\n<tr class=\"row-27\">\n\t<td class=\"column-1\">Verizon<\/td><td class=\"column-2\">outgoing.verizon.net<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-28\">\n\t<td class=\"column-1\">Verizon (Yahoo hosted)<\/td><td class=\"column-2\">outgoing.yahoo.verizon.net<\/td><td class=\"column-3\">587<\/td>\n<\/tr>\n<tr class=\"row-29\">\n\t<td class=\"column-1\">Zoho Mail<\/td><td class=\"column-2\">smtp.zoho.com<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-30\">\n\t<td class=\"column-1\">Mail.com<\/td><td class=\"column-2\">smtp.mail.com<\/td><td class=\"column-3\">587<\/td>\n<\/tr>\n<tr class=\"row-31\">\n\t<td class=\"column-1\">GMX.com<\/td><td class=\"column-2\">smtp.gmx.com<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<tr class=\"row-32\">\n\t<td class=\"column-1\">Net@ddress by USA.NET<\/td><td class=\"column-2\">smtp.postoffice.net<\/td><td class=\"column-3\">465<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_bacb4665-2dfa-4bb5-895c-6b3e6ccc2aa6\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<h2 class=\"wp-block-heading\">Bulk SMTP Server Provider Settings<\/h2>\n\n\n\n<p class=\"justify\">What happens if you want to send more than a few Emails, say 10000 K emails then you will need something like a Bulk SMTP relay, they will also provide you API and other features like Delivery tracking, Open rates, etc. Also helps you send Emails quite fast as SMTP as a protocol is a bit slow.<\/p>\n\n\n\n<p class=\"justify\">If the number is not very large then you can use our listing for <a href=\"https:\/\/www.wpoven.com\/blog\/free-smtp-servers-sending-emails\/\">Free SMTP Servers<\/a> providers to make a choice.<\/p>\n\n\n\n<p class=\"justify\">If you want to send an email to your large user base or maybe for email marketing, we have given pricing below with various providers listed.<\/p>\n\n\n\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Vendor<\/th><th class=\"column-2\">Free \/ Month<\/th><th class=\"column-3\">Daily Limit<\/th><th class=\"column-4\">Paid plans<\/th><th class=\"column-5\">Comments<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\"><a href=\"https:\/\/www.brevo.com\/pricing\/\" target=\"_blank\" rel=\"nofollow noopener\" title=\"SendInBlue Pricing\">Brevo<\/a><\/td><td class=\"column-2\">9000<\/td><td class=\"column-3\">300<\/td><td class=\"column-4\">$25 for 10k to $499 for 1 Million<\/td><td class=\"column-5\">Best Free<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\"><a href=\"https:\/\/serversmtp.com\/\" target=\"_blank\" rel=\"nofollow noopener\">TurboSMTP<\/a><\/td><td class=\"column-2\">6000<\/td><td class=\"column-3\">200<\/td><td class=\"column-4\">14.95 for 50k to 979.95 for 2 Million. <\/td><td class=\"column-5\">6000 \/ month for 12 months<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\"><a href=\"https:\/\/www.alibabacloud.com\/product\/directmail\" target=\"_blank\" rel=\"nofollow noopener\">Alibaba Direct Mail<\/a><\/td><td class=\"column-2\">6000<\/td><td class=\"column-3\">200<\/td><td class=\"column-4\">.00029 per 1000 Emails<\/td><td class=\"column-5\"><\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\"><a href=\"https:\/\/sendgrid.com\/\" target=\"_blank\" rel=\"nofollow noopener\">SendGrid<\/a><\/td><td class=\"column-2\">3000<\/td><td class=\"column-3\">100<\/td><td class=\"column-4\">$14.95 for 50K emails to $749 for 150K<\/td><td class=\"column-5\"><\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\"><a href=\"https:\/\/www.sparkpost.com\/\" target=\"_blank\" rel=\"nofollow noopener\">SparPost<\/a><\/td><td class=\"column-2\">3000<\/td><td class=\"column-3\">100<\/td><td class=\"column-4\">$20 for 50K to $525 for 1M<\/td><td class=\"column-5\"><\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\"><a href=\"https:\/\/elasticemail.com\/\" target=\"_blank\" rel=\"nofollow noopener\">Elastic Email<\/a><\/td><td class=\"column-2\">3000<\/td><td class=\"column-3\">100<\/td><td class=\"column-4\">Costing like Amazon SES<\/td><td class=\"column-5\">Low cost paid option<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\"><a href=\"https:\/\/aws.amazon.com\/ses\/\" target=\"_blank\" rel=\"nofollow noopener\">Amazon SES<\/a><\/td><td class=\"column-2\">62000<\/td><td class=\"column-3\"><\/td><td class=\"column-4\">.0001 for 1000 Emails<\/td><td class=\"column-5\">One of the Cheapest ,  Free if sent from AWS EC2 server<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_bd5c603c-c5ca-4026-97da-f72211c14ad8\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<h2 class=\"wp-block-heading\">How to Setup Local SMTP Server?<\/h2>\n\n\n\n<p class=\"justify\">If you are looking to set up an SMTP server on your PC or computer, you need to figure out on which operating system your PC is working. Typically, we have three major operating systems in use, Windows, macOS, and Linux. <\/p>\n\n\n\n<p class=\"justify\">Therefore, we shall provide you with a complete SMTP setup guide for the following popular PC operating systems. <\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_0b3ff867-56a4-457a-9702-b17b722d8189\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<h3 class=\"wp-block-heading\">1. macOS SMTP Setup<\/h3>\n\n\n\n<p class=\"justify\">Nowadays, you will find the latest versions of macOS come preinstalled with a default email server, Postfix. It is one of the most popular mail servers. You will also find it the best email server for Linux, which we will also consider in the later section of this post.<\/p>\n\n\n\n<p class=\"justify\">Since the mail server by default comes with the OS, the only thing left for you to do is to make minor changes to it, and you are done. This is how it&#8217;s done:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1.1. Configuring Postfix<\/h4>\n\n\n\n<p><strong>Step 1:<\/strong> The first thing you need to configure Postfix&#8217;s main configuration file. Run the following command:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo vim \/etc\/postfix\/main.cf<\/strong><\/code><\/p>\n\n\n\n<p class=\"justify\"><strong>Step 2:<\/strong> Now command the postfix to use the name, so that it can easily identify by other email servers. To do this simply add the command lines as given below:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>myhostname = name.domain.com <br>myorigin = domain.com<\/strong><\/code><\/p>\n\n\n\n<p> <\/p>\n\n\n\n<p class=\"justify\"> Now if your local hostname is &#8220;name&#8221; the email received by other email servers will be identified as &#8220;<strong>name@domain.com<\/strong>&#8220;.<\/p>\n\n\n\n<p class=\"justify\"><strong>Step 3:<\/strong> Now you have to configure the relay host, which is responsible for allowing emails to receive after proper authentication and relay them to the SMTP server.<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>relayhost=mail.domain.com:25<\/strong><\/code><\/p>\n\n\n\n<p class=\"justify\"><strong>Step 4:<\/strong> Now in the next step, you have to enable SASL with an extra config file, where your password has been stored.<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>smtp_sasl_auth_enable = yes <br>smtp_sasl_password_maps = hash:\/etc\/postfix\/saslpasswd<\/strong><\/code><\/p>\n\n\n\n<p><strong>Step 5:<\/strong> Now allow Postfix to use a secured connection.<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>smtp_tls_security_level = encrypt<\/strong><\/code><\/p>\n\n\n\n<p>This is how the main configuration or main.cf file looks like this:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>myhostname = name.domain.com <br>myorigin = domain.com<br>relayhost=mail.domain.com:25<br>smtp_sasl_auth_enable = yes <br>smtp_sasl_password_maps = hash:\/etc\/postfix\/saslpasswd<br>smtp_tls_security_level = encrypt<\/strong><\/code><\/p>\n\n\n\n<p><strong>Step6:<\/strong> Now in the next step, you have to save the main configuration file by using the following command line:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo postmap \/etc\/postfix\/main.cf<\/strong><\/code><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1.2. Configuring the SASL Password File<\/h4>\n\n\n\n<p class=\"justify\">To create a SASL password, the first thing you need to do is to create a <strong>sasl_psswd<\/strong> file. For this run the following command:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo vim \/etc\/postfix\/sasl_passwd<\/strong><\/code><\/p>\n\n\n\n<p>and the following line:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>mail.example.com:25 name@domain.com:&lt;your password&gt;<\/strong><\/code><\/p>\n\n\n\n<p>After that you have to save the sasl_psswd file by following the command:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo postmap \/etc\/postfix\/sasl_passwd<\/strong><\/code><\/p>\n\n\n\n<p>and restart the email server postfix by using the command:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo postfix reload<\/strong><\/code><\/p>\n\n\n\n<p class=\"justify\">Now you have successfully been able to set up your local SMTP server. You can even check if it is working or not by simply sending out a test email:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>date | mail -s \"Test email\" recipient@test.com<\/strong><\/code><\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_1c4da9d1-2777-4adf-ba85-e3a8e13aed6f\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<h3 class=\"wp-block-heading\">2. Linux SMTP Server Setup<\/h3>\n\n\n\n<p>Quick MTA Comparison, we will choose Postfix as we will be working with Linux &#8211;<\/p>\n\n\n\n<table id=\"tablepress-4\" class=\"tablepress tablepress-id-4\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\"> if you are... <\/th><th class=\"column-2\"> qmail <\/th><th class=\"column-3\"> Exim <\/th><th class=\"column-4\"> Sendmail <\/th><th class=\"column-5\"> Postfix <\/th><th class=\"column-6\"> Notes<br \/>\n<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\"> Inexperienced<br \/>\n<\/td><td class=\"column-2\"> 0 <\/td><td class=\"column-3\"> 3 <\/td><td class=\"column-4\"> 1 <\/td><td class=\"column-5\"> 3 <\/td><td class=\"column-6\"> Exim and Postfix have good docs and clear examples<br \/>\n<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\"> Worried about security<br \/>\n<\/td><td class=\"column-2\"> 3 <\/td><td class=\"column-3\"> 2 <\/td><td class=\"column-4\"> 0 <\/td><td class=\"column-5\"> 3 <\/td><td class=\"column-6\"> Postfix is secure and modern; qmail is secure but very old and cranky; Exim is secure to different criteria (read above.)<br \/>\n<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\"> Relying on Sendmail milters<br \/>\n<\/td><td class=\"column-2\"> 0 <\/td><td class=\"column-3\"> 1 <\/td><td class=\"column-4\"> 3<\/td><td class=\"column-5\"> 2<\/td><td class=\"column-6\"> Postfix can run milters; can use equivalent Exim routers\/filter script<br \/>\n<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\"> Wanting minimum hassle<br \/>\n<\/td><td class=\"column-2\"> 0 <\/td><td class=\"column-3\"> 3 <\/td><td class=\"column-4\"> 0 <\/td><td class=\"column-5\"> 3 <\/td><td class=\"column-6\"> Sendmail has some easy front-ends, but the deeper you go the worse it gets. Postfix and Exim are more predictable.<br \/>\n<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\"> Resource-constrained<br \/>\n<\/td><td class=\"column-2\"> 3 <\/td><td class=\"column-3\"> 2 <\/td><td class=\"column-4\"> 1 <\/td><td class=\"column-5\"> 2 <\/td><td class=\"column-6\"> See <i>Embedded Application<\/i> below for other comments<br \/>\n<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\"> On Windows<br \/>\n<\/td><td class=\"column-2\"> 0 <\/td><td class=\"column-3\"> 2 <\/td><td class=\"column-4\"> 3 <\/td><td class=\"column-5\"> 0 <\/td><td class=\"column-6\"> Sendmail has a native Windows port; Exim is in the Cygwin distro<br \/>\n<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\"> Needing commercial support<br \/>\n<\/td><td class=\"column-2\"> 1 <\/td><td class=\"column-3\"> 3 <\/td><td class=\"column-4\"> 3 <\/td><td class=\"column-5\"> 3 <\/td><td class=\"column-6\"> There are competent companies for all MTAs; qmail is inherently less supportable being so old<br \/>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n\n<p class=\"justify\"><strong>Postfix<\/strong> is a Mail Transfer Agent (MTA) that can act as an SMTP server or client to send or receive email. It is one of the best Linux mail servers which is easy to set up and configure and we ourselves use it for most of our needs, it can also be set up to act as an intermediary to forward emails through third-party email services. We will only cover the basic setup and send your first email.<\/p>\n\n\n\n<p class=\"justify\">However, most of the Linux distros generally come up with the two best email servers for Linux: Sendmail and Postfix. But you might find it difficult to use Sendmail and configure it because it has a complex design and is even less secure. That is why postfix is predominantly used and even we are also using it in this guide.<\/p>\n\n\n\n<p>The simplest setup consists of installing postfix and you should be good to go.<\/p>\n\n\n\n<p class=\"justify\">Such a bare-bones setup will work technically but your Emails might land in SPAM, to cater to this and ensure better email deliverability, we have another guide where we add the other requirements like DKIM or SPF which are needed to make sure your Emails go through. But still, unless there is a very good reason, we do not recommend running your own Email Server.<\/p>\n\n\n\n<p class=\"justify\">This process assumes that you have a newly installed Ubuntu 20.04 and that you can work with command-line Linux, if not we recommend using one of the existing SMTP Providers. We will set up postfix on the Ubuntu 20.04 server and send an Email using it to our very own dummy service for testing to see if it works.<\/p>\n\n\n\n<p>To begin we will issue the update cache command for the apt package manager<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo apt update<\/strong><\/code><\/p>\n\n\n\n<p>Next, we will install postfix using the following command &#8211;<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo apt install postfix<\/strong><\/code><\/p>\n\n\n\n<p>The installation will open up a bunch of prompts please make the following selections &#8211;<\/p>\n\n\n\n<ul class=\"justify\">\n<li>General type of mail configuration? : For this, we will choose an <strong>Internet Site<\/strong> since this matches our infrastructure needs.<\/li>\n\n\n\n<li>System mail name: This is the base domain that will be used to send an email if no sender domain is specified by the user. So, if you send an email from say user1 and no domain is specified this will be postfixed to the email. So, if example.com is given, it will send an email from user1@example.com.<\/li>\n<\/ul>\n\n\n\n<p class=\"justify\">Now you have to configure your mail server i.e. postfix so that it can process requests to send mail from the local host. To make this happen, you have to make certain changes in the main.cf file by using the following commands:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo nano \/etc\/postfix\/main.cf<\/strong><\/code><\/p>\n\n\n\n<p>Now, search for the line &#8220;<strong>inet_interfaces = all<\/strong>&#8221; and change it with another line,<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>inet_interfaces = loopback-only<\/strong><\/code><\/p>\n\n\n\n<p class=\"justify\">In addition to that, you also have to make changes to the &#8220;mydestination&#8221;, which shows the list of all the domains, which will look something like this:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>mydestination = $myhostname, localhost.$example.com, $example.com<\/strong><\/code><\/p>\n\n\n\n<p>Now save the file and restart the postfix to make all the changes that you have made work:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo systemctl restart postfix<\/strong><\/code><\/p>\n\n\n\n<p> Now port 25 should be available, you can check if it&#8217;s open by using any of the commands &#8211;<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo lsof -i -P -n | grep LISTEN <br>sudo netstat -tulpn | grep LISTEN<br>sudo ss -tulpn | grep LISTEN<br>sudo lsof -i:22 ##<br>see a specific port such as 22 ## sudo nmap -sTU -O IP-address-Here<\/strong><\/code><\/p>\n\n\n\n<p>What we are looking for is something like this<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>master 2575 root 13u IPv4 30244 0t0 TCP *:25 (LISTEN)<br>master 2575 root 14u IPv6 30245 0t0 TCP *:25 (LISTEN)<\/strong><\/code><\/p>\n\n\n\n<p>If you even need to reconfigure the setup simply run the command &#8211;<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>sudo dpkg-reconfigure postfix<\/strong><\/code><\/p>\n\n\n\n<p class=\"justify\">We are all set and our SMTP server should be up and running. Next, we can send an Email to some users on the internet or maybe catch all emails to test things.<\/p>\n\n\n\n<p>You can even try to send a test mail by using the following command:<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>echo \"Email testing 123\" | mail -s \"Subject line for test email\" receipient\u2019s_email_address<\/strong><\/code><\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_7c084af1-f120-4db6-9a30-e9ae03c629ec\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"768\" height=\"256\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/09\/CTA_new_design2.png\" alt=\"WPOven\" class=\"wp-image-14157\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/09\/CTA_new_design2.png 768w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/09\/CTA_new_design2-300x100.png 300w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><em><sup>WPOven<\/sup><\/em><\/figcaption><\/figure><\/div>\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_d4b1b33b-0b6f-48e3-8724-e76fd542099b\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<h3 class=\"wp-block-heading\">3. Windows SMTP Server Setup<\/h3>\n\n\n\n<p class=\"justify\">Although you will find multiple software available that can help you to set up a Windows SMTP server, here we are using hMailserver for your reference. <\/p>\n\n\n\n<p class=\"justify\"><strong>Step 1:<\/strong> The first step in Windows SMTP server setup is to download the latest version of <a href=\"https:\/\/www.hmailserver.com\/download\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">hMailServer software<\/a> available. <\/p>\n\n\n\n<p class=\"justify\"><strong>Step 2:<\/strong> Choose the full installation option in the Select Components Window as well as check Server and Administrative components.<\/p>\n\n\n\n<p><strong>Step 3:<\/strong> Now check the built-in database engine option in the Select database type window.<\/p>\n\n\n<div class=\"wp-block-image imgsha round\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Installing-hMailserver.png\" alt=\"Installing hMailserver \" class=\"wp-image-14805\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Installing-hMailserver.png 1024w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Installing-hMailserver-300x150.png 300w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Installing-hMailserver-768x384.png 768w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><em><sup>Installing hMailserver<\/sup><\/em><\/figcaption><\/figure><\/div>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"justify\"><strong>Step 4:<\/strong> After that create a password for the user, which you will ask for in the hMailserver security window.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full imgsha round\"><img decoding=\"async\" width=\"1024\" height=\"555\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/hMailServer-Security-1.png\" alt=\"hMailServer Security\" class=\"wp-image-14808\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/hMailServer-Security-1.png 1024w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/hMailServer-Security-1-300x163.png 300w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/hMailServer-Security-1-768x416.png 768w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><sup>hMailServer Security<\/sup><\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"justify\">Upon successful installation, open to run the hMailserver software and get started to configure it properly.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">3.1. Configuring hMAilServer<\/h4>\n\n\n\n<p class=\"justify\"><strong>Step 1:<\/strong> Click on the connect button as soon as the starting window appears shown in the picture below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full imgsha round\"><img decoding=\"async\" width=\"885\" height=\"447\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image.png\" alt=\"hMailServer Configuration\" class=\"wp-image-14743\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image.png 885w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-300x152.png 300w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-768x388.png 768w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><em><sup>hMailServer Configuration<\/sup><\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Step 2:<\/strong> Enter the password that you have already set during the installation process.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full imgsha round\"><img decoding=\"async\" width=\"888\" height=\"443\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-1.png\" alt=\"nter hMailServer password\" class=\"wp-image-14744\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-1.png 888w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-1-300x150.png 300w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-1-768x383.png 768w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><em><sup>Enter hMailServer password<\/sup><\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"justify\"><strong>Step 3:<\/strong> Now click on the &#8220;Add domain&#8221; button and enter your domain name in the corresponding field.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large imgsha round\"><img decoding=\"async\" width=\"1024\" height=\"769\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-2-1024x769.png\" alt=\"SMTP Server Setup\" class=\"wp-image-14745\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-2-1024x769.png 1024w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-2-300x225.png 300w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-2-768x577.png 768w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-2.png 1174w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><em><sup>Add Domain<\/sup><\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"justify\"><strong>Step 4:<\/strong> Select the Accounts folder located at the left tab as shown below and click on Add button to configure.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large imgsha round\"><img decoding=\"async\" width=\"1024\" height=\"773\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-3-1024x773.png\" alt=\"Configuring account in hMailServer\" class=\"wp-image-14746\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-3-1024x773.png 1024w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-3-300x227.png 300w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-3-768x580.png 768w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-3.png 1169w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><em><sup>Configuring account in hMailServer<\/sup><\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"justify\">Now enter a name in the address field and this will set up your email address. If you want, you can also specify a password. Now click on the Save button and navigate to the settings in the left tab as shown below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large imgsha round\"><img decoding=\"async\" width=\"1024\" height=\"765\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot_4-1-1024x765.png\" alt=\"hMailServer Settings\" class=\"wp-image-14747\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot_4-1-1024x765.png 1024w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot_4-1-300x224.png 300w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot_4-1-768x574.png 768w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot_4-1.png 1175w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><em><sup>hMailServer Settings<\/sup><\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"justify\"><strong>Step 5:<\/strong> Now in the settings thread select the protocols option and uncheck the POP3 and IMAP boxes Followed by clicking on the <strong>Save<\/strong> button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large imgsha round\"><img decoding=\"async\" width=\"1024\" height=\"779\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-4-1024x779.png\" alt=\"hMailServer Protocol Settings\" class=\"wp-image-14748\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-4-1024x779.png 1024w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-4-300x228.png 300w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-4-768x584.png 768w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-4.png 1159w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><em><sup>hMailServer Protocol Settings<\/sup><\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"justify\"><strong>Step 6: <\/strong>Now click on the Advanced tab in the settings thread at the left side of the window and enter your local host in the Default domain field located in the right tab as shown below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large imgsha round\"><img decoding=\"async\" width=\"1024\" height=\"772\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot_5-1024x772.png\" alt=\"hMailSever Advanced Settings\" class=\"wp-image-14749\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot_5-1024x772.png 1024w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot_5-300x226.png 300w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot_5-768x579.png 768w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/Screenshot_5.png 1174w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><em><sup>hMailSever Advanced Settings<\/sup><\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"justify\">Now to finish up the Advanced settings, you need to select the Auto-ban option under the Advanced settings thread and uncheck the Enabled box &gt; Click on the save button.<\/p>\n\n\n\n<p class=\"justify\"><br><strong>Step 7: <\/strong>Now, at last, click on the utility thread located at the left side of the window as shown below, select diagnostics &gt; Select the domain you want to run tests on &gt; Click on the start button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large imgsha round\"><img decoding=\"async\" width=\"1024\" height=\"782\" src=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-5-1024x782.png\" alt=\"hMailserver Diagnostics\" class=\"wp-image-14750\" srcset=\"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-5-1024x782.png 1024w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-5-300x229.png 300w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-5-768x586.png 768w, https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/image-5.png 1174w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" title=\"\"><figcaption class=\"wp-element-caption\"><em><sup>hMailserver Diagnostics<\/sup><\/em> <\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If everything works well, the <strong>collect server details<\/strong> and <strong>Test outbound<\/strong> <strong>repor<\/strong>t must be marked green.<\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_d7376ba1-fc2c-4298-ae0d-6728f7c18ee6\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<p class=\"has-text-align-left round has-background\" style=\"background-color:#daf2ff\"><strong>Read:<\/strong>   \ud83d\udea9 <a href=\"https:\/\/www.wpoven.com\/blog\/bulk-email-services\/\" target=\"_blank\" data-type=\"URL\" data-id=\"https:\/\/www.wpoven.com\/blog\/bulk-email-services\/\" rel=\"noreferrer noopener\">6 Best Bulk Email Services for Email Marketing [Free &amp; Paid]<\/a><\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_447b79dd-253a-4dc6-a9ff-e80ee49c6260\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<h3 class=\"wp-block-heading\">4. Setting SMTP Server with WordPress<\/h3>\n\n\n\n<p class=\"justify\">WordPress powers almost 40% of the sites on the internet, by default it uses PHP Mail to send <a href=\"https:\/\/www.wpoven.com\/blog\/transactional-emails\/\" target=\"_blank\" data-type=\"URL\" data-id=\"https:\/\/www.wpoven.com\/blog\/transactional-emails\/\" rel=\"noreferrer noopener\">transactional emails<\/a> which in turn if not configured uses <a href=\"https:\/\/en.wikipedia.org\/wiki\/Sendmail\" target=\"_blank\" rel=\"nofollow noopener\">Sendmail<\/a>, this can be a hit or miss in the case when delivery is concerned, so we recommend using a WordPress plugin which can use SMTP Settings or use SMTP API for the same.<\/p>\n\n\n\n<p class=\"justify\">By default, WordPress uses PHP mail to send an email, if configured correctly it is sufficient, but in most cases, it&#8217;s easier to use third-party Service as most shared hosts do not allow direct console access to check what is going on and your Host IP might have been blacklisted due to SPAM as there may also be other users on the Server (In case of Common Shared Hosting) who might not behave and cause your IP to be blacklisted. By being blacklisted we mean that your server&#8217;s IP is put on a global list of known spammers, which makes it even harder for your Mails to get through, you can check your <a href=\"https:\/\/mxtoolbox.com\/blacklists.aspx\" target=\"_blank\" rel=\"nofollow noopener\">status <\/a>here.<\/p>\n\n\n\n<p class=\"justify\">For WordPress we recommend the Post SMTP mailer Plugin, it&#8217;s easy to configure, and set up and supports a lot of different vendors including Gmail, and there is also an option to log all sent emails. The free plan should be sufficient for most users.<\/p>\n\n\n\n<p class=\"justify\">You can easily install it from inside WordPress or even download it from WordPress&#8217;s website. It has a premium plan, but free should be good enough for most users.<\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_c65db18c-5549-4740-8b90-0971bc8b8514\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<p class=\"justify round has-background\" style=\"background-color:#fff8e5\"><em>For complete details on How to set up an SMTP server with WordPress, you can check out our dedicated and comprehensive guide on &#8221; <a href=\"https:\/\/www.wpoven.com\/blog\/gmail-smtp-server\/\" target=\"_blank\" rel=\"noreferrer noopener\">What is a Gmail SMTP Server and How to Use It for Sending Emails for Free?<\/a>&#8220;<\/em> and &#8220;<a href=\"https:\/\/www.wpoven.com\/blog\/outlook-smtp-settings\/\">How to Configure Right Outlook SMTP Settings to Send Emails?<\/a>&#8220;<\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_3a4985a7-678b-4e51-9a0c-506e3ca3acaf\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<h2 class=\"wp-block-heading\">Using an SMTP Server<\/h2>\n\n\n\n<p class=\"justify\">Usually, an Email client is the most common way most of us will interface with an SMTP server, but you can also directly interact with it using telnet. We will start with this method as it is just plain cool.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Send Mail using Telnet on Linux<\/h3>\n\n\n\n<p>Connect to your local SMTP Server by entering the following line &#8211;<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>telnet localhost 25<\/strong><\/code><\/p>\n\n\n\n<p>You will see something like this &#8211;<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>root@mailtest:~# telnet localhost 25<br>Trying ::1...<br>Connected to localhost.<br>Escape character is '^]'.<\/strong><\/code><\/p>\n\n\n\n<p>If you are not able to connect, make sure postfix is running and check <a href=\"https:\/\/www.wpoven.com\/blog\/smtp-port\/#How_to_Check_if_Port_25_is_Blocked_by_an_ISP\" target=\"_blank\" data-type=\"URL\" data-id=\"https:\/\/www.wpoven.com\/blog\/smtp-port\/#How_to_Check_if_Port_25_is_Blocked_by_an_ISP\" rel=\"noreferrer noopener\">port 25<\/a> is open.<\/p>\n\n\n\n<p>Now let&#8217;s send an email to smtptest@freesmtpservers.com ( catch-all email ).<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>root@mailtest:~# telnet localhost 25<br>Trying ::1...<br>Connected to localhost.<br>Escape character is '^]'.<br>220 mailtest ESMTP Postfix (Ubuntu)<br>ehlo localhost<br>250-li292-146.members.linode.com<br>250-PIPELINING<br>250-SIZE 10240000<br>250-VRFY<br>250-ETRN<br>250-STARTTLS<br>250-ENHANCEDSTATUSCODES<br>250-8BITMIME <br>250-DSN<br>250-SMTPUTF8<br>250 CHUNKING<br>mail from:bob@example.com<br>250 2.1.0 Ok<br>rcpt to:smtptest@freesmtpservers.com<br>250 2.1.5 Ok<br>data<br>354 End data with .<br>Subject:Testing Email service<br><br>This is a test email.<br>.<br>250 2.0.0 Ok: queued as A6ADC402D4<br>quit<br>221 2.0.0 Bye<br>Connection closed by foreign host.<\/strong><\/code><\/p>\n\n\n\n<p class=\"justify\">Go check if the Email is received in the inbox for <a href=\"https:\/\/www.wpoven.com\/tools\/free-smtp-server-for-testing\">smtptest@freesmtpservers.com<\/a>, or if you used a different recipient can check it in its inbox.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Send an Email from the Linux Command Line<\/h3>\n\n\n\n<p>On Linux, we can use the SendMail command to send Emails quickly.<\/p>\n\n\n\n<p class=\"round has-background\" style=\"background-color:#f0f0f0\"><code><strong>echo \"Subject: hello\" | sendmail -v smtptest@freesmtpservers.com<\/strong><\/code><\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_8dd26e49-cfde-4b2b-abd4-aa0f17e33d46\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<div class=\"wp-block-group box is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<h2 class=\"wp-block-heading myh2\">SMTP Best practices<\/h2>\n\n\n\n<p class=\"justify\">SMTP is an Internet standard protocol for sending and receiving emails but much of the email deliverability depends upon the reputation of the sender also. Hence it becomes essential for anyone to follow SMTP best practices to operate a mail server.<\/p>\n\n\n\n<p>So let us see what SMTP Best practices one should follow before setting up an email server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Avoiding Misuse of Open SMTP Relays<\/h3>\n\n\n\n<p class=\"justify\">You might notice that SMTP port 25 is generally either blocked or disabled by your ISP or cloud providers to avoid spam. In addition to that, it is also done to prevent the misuse or illegal activities of open SMTP relays. <\/p>\n\n\n\n<p class=\"justify\">Therefore, while setting up or configuring your email server, you must be careful and take preventive measures to avoid any security negligence. This is because even a slight mistake during the setup can lead to overall security ineffectiveness. <\/p>\n\n\n\n<p>Hence, you must make sure that your server does not become an open relay at any cost.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Prefer Only encrypted SMTP Connections<\/h3>\n\n\n\n<p class=\"justify\">To carry out successful secure email submissions, the connection established should be TLS encrypted to port 587 of a server. Both clients, as well as the server, have to support this to make a secure connection.<\/p>\n\n\n\n<p class=\"justify\">The best part is, that the majority of the popular email clients by default support TLS, hence the only thing left to establish a secure connection depends on a mail server.<\/p>\n\n\n\n<p class=\"justify\">It is also important to note that while configuring SMTP clients, enable TLS for outgoing connections to prevent any MITM (man-in-the-middle) attacks. These attacks can show your TLS connection as unavailable and they can only be prevented by making TLS mandatory.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Using Reputed and Professional Email Services<\/h3>\n\n\n\n<p class=\"justify\">Since SMTP port 25 is by default blocked by many ISPs and cloud services, you have other better and more secure SMTP ports available i.e. ports 465 and 587. You can utilize these ports to send emails through SMTP relay.<\/p>\n\n\n\n<p class=\"justify\">For instance, you can configure the settings of your MTA (mail transfer agent) to use any mailing services such as Brevo or Mailchimp over a secured port i.e. 587 to relay encrypted emails.<\/p>\n<\/div><\/div>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_3378a10f-a39e-4171-a559-f02205b8c43b\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group ctagrp is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Is your SMTP Server working as it should be?<\/p>\n\n\n\n<p class=\"has-text-align-center\" style=\"font-size:26px;text-transform:capitalize\"><strong>Run a quick Free SMTP Server test<br> And find Is your SMTP server settings are working or not.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:15px\"><a class=\"wp-block-button__link has-vivid-cyan-blue-color has-text-color wp-element-button\" href=\"https:\/\/www.wpoven.com\/tools\/free-smtp-server-for-testing\" style=\"border-radius:5px\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Test Your SMTP SERVER<\/strong><\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_7470fc39-063a-468d-9d35-5e54fa044dc0\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<div style=\"height:31px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p class=\"justify\">Configuring and setting up SMTP servers can be a daunting task, especially for beginners who do not have any knowledge about SMTP servers. Therefore, we tried to explain all the settings and terms related to SMTP servers in the easiest language so that it can be easily grasped by the majority of the readers.<\/p>\n\n\n\n<p class=\"justify\">However, in case you find anything confusing or have any doubts regarding this article, feel free to share your opinion in the comment section below.<\/p>\n\n\n\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_3082ae31-718b-406f-81d1-fc17f190c0fb\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<p class=\"justify\">Save your time, money, and resources, and give your website mammoth growth with&nbsp;<strong>WPOven\u2019s<\/strong>&nbsp;<a href=\"https:\/\/www.wpoven.com\/agency-hosting\/\" target=\"_blank\" data-type=\"URL\" data-id=\"https:\/\/www.wpoven.com\/agency-hosting\/\" rel=\"noreferrer noopener\"><strong>Enterprise wordpress hosting for agencies<\/strong><\/a>.<\/p>\n\n\n\n<ul>\n<li>24X7 WordPress Expert support<\/li>\n\n\n\n<li>Cloudflare integration<\/li>\n\n\n\n<li>High-end Security<\/li>\n\n\n\n<li>Datacentres around the world, etc.<\/li>\n<\/ul>\n\n\n\n<p class=\"justify round has-background\" style=\"background-color:#f0f0f0\">You can have all these features and much more in a single plan with unlimited Free migrations, unlimited staging, and a&nbsp;<strong>14-day risk-free guarantee<\/strong><a href=\"https:\/\/my.wpoven.com\/users\/signup\" target=\"_blank\" rel=\"noopener\"><em>, Signup Now!<\/em><\/a><\/p>\n\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_dd6c08c7-f3df-4cd7-ad27-1c042e9f1677\"><hr class=\"ub_divider\" ><\/hr><\/div>\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block justify\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1666091503678\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>How do I Set up a Free SMTP server?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>There are plenty of Free options available from where you can easily set up a free SMTP server, the most popular ones are:<br \/>1.  Brevo<br \/>2. Mailchimp<br \/>3. Mailgun<br \/>4. Mailjet<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1666091609945\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Can I use Gmail as SMTP Server?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, you can easily <a href=\"https:\/\/www.wpoven.com\/blog\/gmail-smtp-server\/\" target=\"_blank\" rel=\"noreferrer noopener\">use Gmail as an SMTP server<\/a>, but for that, you have to configure its settings. If you have an encrypted or secure connection, you can easily send mail to anyone inside or outside of your organization simply using <strong>smtp.gmail.com<\/strong> as your server.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1666091780813\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is there any Free SMTP Server?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, Brevo and Mailchimp are two of the best free SMTP servers that allow users to send emails free (Up to a certain limit) with other benefits such as good deliverability, great ISP reputation, unlimited contacts, <a href=\"https:\/\/www.wpoven.com\/blog\/bulk-mail-services\/\" target=\"_blank\" rel=\"noreferrer noopener\">Bulk campaigns<\/a>, and many more.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"wp-block-ub-divider ub-divider-orientation-horizontal\" id=\"ub_divider_b1bde8a8-69b2-413c-ab62-18e9026426eb\"><hr class=\"ub_divider\" ><\/hr><\/div>","protected":false},"excerpt":{"rendered":"<p>Are you looking for SMTP Server Setup? Then you have landed on the right post, but before we directly start with the main topic first let me ask you a simple question, ever wondered how Emails work? When you send an email and within a few seconds they are in your recipient&#8217;s Inbox, the technology behind how this happens is Simple Mail Transfer Protocol (SMTP). <\/p>\n<p>How emails are stored on the server once received using the IMAP\/POP3 Server is a story for a different time, &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.wpoven.com\/blog\/smtp-server-setup-usage-and-best-practices\/\" class=\"more-link\">Read More <i class=\"fa fa-angle-double-right\" aria-hidden=\"true\"><\/i><span class=\"screen-reader-text\"> &#8220;SMTP Server Setup, Usage, and Best Practices&#8221;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":14814,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[33],"acf":[],"featured_image_src":"https:\/\/www.wpoven.com\/blog\/wp-content\/uploads\/2022\/10\/SMTP-Server-Setup.png","author_info":{"display_name":"Vikas Patial","author_link":"https:\/\/www.wpoven.com\/blog\/author\/vikas\/"},"_links":{"self":[{"href":"https:\/\/www.wpoven.com\/blog\/wp-json\/wp\/v2\/posts\/11134"}],"collection":[{"href":"https:\/\/www.wpoven.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wpoven.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wpoven.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wpoven.com\/blog\/wp-json\/wp\/v2\/comments?post=11134"}],"version-history":[{"count":2,"href":"https:\/\/www.wpoven.com\/blog\/wp-json\/wp\/v2\/posts\/11134\/revisions"}],"predecessor-version":[{"id":25001,"href":"https:\/\/www.wpoven.com\/blog\/wp-json\/wp\/v2\/posts\/11134\/revisions\/25001"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.wpoven.com\/blog\/wp-json\/wp\/v2\/media\/14814"}],"wp:attachment":[{"href":"https:\/\/www.wpoven.com\/blog\/wp-json\/wp\/v2\/media?parent=11134"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wpoven.com\/blog\/wp-json\/wp\/v2\/categories?post=11134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}