{"id":6353,"date":"2021-05-04T10:09:00","date_gmt":"2021-05-04T04:39:00","guid":{"rendered":"https:\/\/www.skynats.com\/?p=6353"},"modified":"2025-09-01T18:41:11","modified_gmt":"2025-09-01T13:11:11","slug":"how-to-setup-and-configure-tmpmail","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/","title":{"rendered":"How to Setup and Configure tmpmail"},"content":{"rendered":"\n<p>The tmpmail is a handy utility where the user is allowed to create and use the temporary email address to use the incoming mail.<\/p>\n\n\n\n<p>Our technical team support will assist our clients with several Command-line queries under our&nbsp;<a href=\"https:\/\/www.skynats.com\/linux-server-management\/\" target=\"_blank\" rel=\"noreferrer noopener\"><span style=\"color:#016996\" class=\"has-inline-color\">server management<\/span><\/a> plan. You can also take assistance from our technical team support 24\/7 will handle similar issues or any sort of installation and migration.<\/p>\n\n\n\n<p>Let&#8217;s have a glance at various aspects of tmpmail along with its setup and configuration.<\/p>\n\n\n\n<p>How to Setup and Configure tmpmail<\/p>\n\n\n\n<p>To begin, we suggest you have the following.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>w3m \u2013 A text-based web browser.<\/li>\n\n\n\n<li>wget or curl command.<\/li>\n\n\n\n<li>jq \u2013 A flexible, lightweight JSON processor for the command line.<\/li>\n<\/ul>\n\n\n\n<p>To install w3m, wget, curl and jq in Arch Linux and Manjaro Linux, then run the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo pacman curl jq w3m wget<\/code><\/pre>\n\n\n\n<p>On Debian, Ubuntu and its derivatives:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo apt install curl wget jq w3m<\/code><\/pre>\n\n\n\n<p>Fedora, RHEL, CentOS:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo dnf install curl wget jq w3m<\/code><\/pre>\n\n\n\n<p>OpenSUSE:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo dnf install curl wget jq w3m<\/code><\/pre>\n\n\n\n<p><strong>tmpmail Installation<\/strong><\/p>\n\n\n\n<p>We try to use the wget command or the curl command in order to download the script from github.<\/p>\n\n\n\n<p>Follow the commands in order to open the terminal and copy and its type.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# wget https:\/\/raw.githubusercontent.com\/sdushantha\/tmpmail\/master\/tmpmail<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>\u20132021-04-12 12:31:32\u2013<\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/raw.githubusercontent.com\/sdushantha\/tmpmail\/master\/tmpmail\n<\/div><\/figure>\n\n\n\n<p>Resolving raw.githubusercontent.com (raw.githubusercontent.com)\u2026 151.101.248.133<\/p>\n\n\n\n<p>Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.248.133|:443\u2026 connected.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>HTTP request sent, awaiting response\u2026 200 OK\nLength: 12433 (12K) &#91;text\/plain]\nSaving to: \u2018tmpmail.\u2019\ntmpmail 100%&#91;=========================================&gt;] 12.14K \u2013.-KB\/s in 0s\n\n2021-04-12 12:31:32 (97.9 MB\/s) \u2013 \u2018tmpmail\u2019 saved &#91;12433\/12433]\n&#91;root@server ~]#\nRun the chmod command against the script to modify the permissions in order to make the file executable. \n&#91;root@server ~]# chmod -v +x tmpmail\nLater, move the file to somewhere in your location $PATH\n&#91;root@server ~]# mv tmpmail \/bin\/\n&#91;root@server ~]# which tmpmail\n\/usr\/bin\/tmpmail\n&#91;root@server ~]#\n \n<\/code><\/pre>\n\n\n\n<p><strong>Help File<\/strong><\/p>\n\n\n\n<p>The help file will provide the list of info in order to use the tmpmail.<\/p>\n\n\n\n<p>Use the bl commands to view the content of the help file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# tmpmail \u2013help\ntmpmail\ntmpmail -h | \u2013version\ntmpmail -g &#91;ADDRESS]\ntmpmail &#91;-t | -b BROWSER] -r | ID                          \n<\/code><\/pre>\n\n\n\n<p> If there is no option and no argument the tmpmail will list the inbox message according to their IDs.If one argument tmpmail arises the message will show the email of that specified ID.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>-b, \u2013browser BROWSER<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>Specify BROWSER (default: w3m) that is used to render the HTML of the email<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>-g, \u2013generate &#91;ADDRESS]<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>Generate a new email address, either the specified ADDRESS, or randomly create one<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>-h, \u2013help\nShow help\n\n-r, \u2013recent\n<\/code><\/pre>\n\n\n\n<p>Which shows the most recent email message<\/p>\n\n\n\n<p>-t, \u2013text<\/p>\n\n\n\n<p>Shows the email as a raw text, where all the HTML tags are removed. Without this option, HTML is used.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u2013version\nShow version\n&#91;root@server ~]#\n<\/code><\/pre>\n\n\n\n<p><strong>Usage<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Generate a New tmpmail Address<\/li>\n<\/ul>\n\n\n\n<p>&nbsp;Creating new temporary email address via:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# tmpmail \u2013generate\n8ikknrkybqw@wwjmp.com\n&#91;root@server ~]#\n<\/code><\/pre>\n\n\n\n<p>We use the 8ikknrkybqw@wwjmp.com temporary email address to send and receive messages.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Receive Email<\/li>\n\n\n\n<li>Need to send an email to the address that given below from the Gmail account in order to test the installation and the functionality.<\/li>\n<\/ul>\n\n\n\n<p>After a while of running the tmpmail command will get the following result.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# tmpmail\n&#91; Inbox for 8ikknrkybqw@wwjmp.com ]\n105575154 info@example .com Tmpmail Test\n&#91;root@server ~]#\n<\/code><\/pre>\n\n\n\n<p>where the mail went and received through the tmpmail, now you can see the email as the raw text, where all the HTML tags are removed using:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# tmpmail 105575154<\/code><\/pre>\n\n\n\n<p>Hit the &#8216;q&#8217; button after reading the email, to reconfirm and exit w3m hit on &#8216;y&#8217; button.<\/p>\n\n\n\n<p>Eventually, the browser will close and return us to the command prompt.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>View Recent Email<\/li>\n<\/ul>\n\n\n\n<p>To view the most recent one from the multiple emails.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# tmpmail -r<\/code><\/pre>\n\n\n\n<p>You can see the enormous email, to view the list of current emails rerun the tmpmail command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# tmpmail\n&#91; Inbox for 8ikknrkybqw@wwjmp.com ]\n105576629 test@example.com Re: Tmpmail Test\n105575154 test@example.com Tmpmail Test\n&#91;root@server ~]#\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Change Browser Type<\/li>\n<\/ul>\n\n\n\n<p>&nbsp;By running either of the commands, you can change the browser type to render the HTML of the email.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>We &#91;root@server ~]# tmpmail \u2013browser lynx 105576629\n&#91;root@server ~]# tmpmail -b lynx 105576629<\/code><\/pre>\n\n\n\n<p>You can also use firefox&#8217;s path (browser like Firefox) to open the email.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# tmpmail -b \/usr\/bin\/firefox 105576629<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>View Email in Plaintext<\/li>\n<\/ul>\n\n\n\n<p>In addition, we can view the email in plaintext. For that, use the -t or \u2013text flags to read the message.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# tmpmail -t 105576629 &#91;root@server ~]# tmpmail \u2013text 105576629 To: 8ikknrkybqw@wwjmp.com From: test@example.com Subject: Re: Tmpmail Test This is a 2nd test email.<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>Regards,\n=====================\n\nexample\nexample Marketing Team\n\nOn Mon, Apr 14, 2021 at 4:42 PM info&lt;@example.comm&gt; wrote:\n\nTest1\n\nRegards,\n=====================\nexample\nexample Marketing Team &#91;root@server ~]#\n<\/code><\/pre>\n\n\n\n<p><strong>Attachments<\/strong><\/p>\n\n\n\n<p>Let\u2019s check whether the temp email can receive an attachment.<\/p>\n\n\n\n<p>In this test where you can create a new email from the Gmail account and attach a text file to see if it will provide a link to the file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# tmpmail\n&#91; Inbox for 8ikknrkybqw@wwjmp.com ]\n105578915 test@example.com Attachment Test Email\n105576629 test@example.com.com Re: Tmpmail Test\n105575154 test@example.com Tmpmail Test\n&#91;root@server ~]#\n<\/code><\/pre>\n\n\n\n<p>We received the email from the output.<\/p>\n\n\n\n<p>Look for the attachment:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@server ~]# tmpmail 105578915\nIf there is no attachment in the w3m view, you can check in plaintext view\n&#91;root@server ~]# tmpmail -t 105578915\nTo: 8ikknrkybqw@wwjmp.com\nFrom: test@example.com\nSubject: Attachment Test Email\n\nIn this email &gt;&gt; created a text file &gt;&gt; attached and sent to &gt;&gt; tmpmail email address which has created.\nHere ya go!\nRegards,\n=====================\nexample\nexample Marketing Team\n&#91;root@server ~]#\n<\/code><\/pre>\n\n\n\n<p>Not seen attachment either.<\/p>\n\n\n\n<p>In reviewing the API from\u00a0<span style=\"color:#036b98\" class=\"has-inline-color\">1secmail.com<\/span>, the API can receive attachments. However, this script is not equipped to use that functionality.<\/p>\n\n\n\n<p><strong>Where Does the Domain Originate From?<\/strong><\/p>\n\n\n\n<p>Like other temporary email services (e.g., temp-mail.org, 10minutemail.com), the domain name is pulled from domains owned by 1secmail.<\/p>\n\n\n\n<p>Generating email address via an API call from 1secmail.com and links to one of the following domains.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>1secmail.com<\/li>\n\n\n\n<li>1secmail.net<\/li>\n\n\n\n<li>1secmail.org<\/li>\n\n\n\n<li>esiix.com<\/li>\n\n\n\n<li>wwjmp.com<\/li>\n<\/ul>\n\n\n\n<p>By following this method you can generate an infinite amount of email addresses from those five domains.<\/p>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>In brief, follow an effective step to setup and configure tmpmail. If you need any assistance you can contact our <a href=\"https:\/\/www.skynats.com\/contact-us\/\" target=\"_blank\" rel=\"noreferrer noopener\"><span style=\"color:#066993\" class=\"has-inline-color\">support team<\/span><\/a> to fix the problem on your behalf.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The tmpmail is a handy utility where the user is allowed to create and use the temporary email address to use the incoming mail. Our technical team support will assist our clients with several Command-line queries under our&nbsp;server management plan. You can also take assistance from our technical team support 24\/7 will handle similar issues [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,277,216,217,239,230,229,68,223,212],"tags":[491,492],"class_list":["post-6353","post","type-post","status-publish","format-standard","hentry","category-blog","category-centos-8","category-cloudlinux-7","category-cloudlinux-8","category-linux","category-rhel-7","category-rhel8","category-server-management","category-ubuntu-18-04","category-ubuntu-20-04","tag-how-to-setup-and-configure-tmpmail","tag-tmpmail-installation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Setup and Configure tmpmail | 24\/7 Server Support<\/title>\n<meta name=\"description\" content=\"The tmpmail is a handy utility where the user is allowed to create and use the temporary email address to use the incoming mail.To begin, we\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Setup and Configure tmpmail\" \/>\n<meta property=\"og:description\" content=\"The tmpmail is a handy utility where the user is allowed to create and use the temporary email address to use the incoming mail.To begin, we\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-04T04:39:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-01T13:11:11+00:00\" \/>\n<meta name=\"author\" content=\"Nabeela\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nabeela\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-setup-and-configure-tmpmail\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-setup-and-configure-tmpmail\\\/\"},\"author\":{\"name\":\"Nabeela\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/2968118a72bea0868796abf1237ab3e0\"},\"headline\":\"How to Setup and Configure tmpmail\",\"datePublished\":\"2021-05-04T04:39:00+00:00\",\"dateModified\":\"2025-09-01T13:11:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-setup-and-configure-tmpmail\\\/\"},\"wordCount\":724,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"keywords\":[\"how to setup and configure tmpmail\",\"tmpmail Installation\"],\"articleSection\":[\"Blog\",\"CentOS 8\",\"cloudlinux 7\",\"cloudlinux 8\",\"Linux\",\"RHEL 7\",\"RHEL8\",\"server management\",\"Ubuntu 18.04\",\"Ubuntu 20.04\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-setup-and-configure-tmpmail\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-setup-and-configure-tmpmail\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-setup-and-configure-tmpmail\\\/\",\"name\":\"How to Setup and Configure tmpmail | 24\\\/7 Server Support\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"datePublished\":\"2021-05-04T04:39:00+00:00\",\"dateModified\":\"2025-09-01T13:11:11+00:00\",\"description\":\"The tmpmail is a handy utility where the user is allowed to create and use the temporary email address to use the incoming mail.To begin, we\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-setup-and-configure-tmpmail\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-setup-and-configure-tmpmail\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-setup-and-configure-tmpmail\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Setup and Configure tmpmail\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/2968118a72bea0868796abf1237ab3e0\",\"name\":\"Nabeela\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g\",\"caption\":\"Nabeela\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Setup and Configure tmpmail | 24\/7 Server Support","description":"The tmpmail is a handy utility where the user is allowed to create and use the temporary email address to use the incoming mail.To begin, we","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:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/","og_locale":"en_US","og_type":"article","og_title":"How to Setup and Configure tmpmail","og_description":"The tmpmail is a handy utility where the user is allowed to create and use the temporary email address to use the incoming mail.To begin, we","og_url":"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2021-05-04T04:39:00+00:00","article_modified_time":"2025-09-01T13:11:11+00:00","author":"Nabeela","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Nabeela","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/"},"author":{"name":"Nabeela","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/2968118a72bea0868796abf1237ab3e0"},"headline":"How to Setup and Configure tmpmail","datePublished":"2021-05-04T04:39:00+00:00","dateModified":"2025-09-01T13:11:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/"},"wordCount":724,"commentCount":0,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"keywords":["how to setup and configure tmpmail","tmpmail Installation"],"articleSection":["Blog","CentOS 8","cloudlinux 7","cloudlinux 8","Linux","RHEL 7","RHEL8","server management","Ubuntu 18.04","Ubuntu 20.04"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/","url":"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/","name":"How to Setup and Configure tmpmail | 24\/7 Server Support","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"datePublished":"2021-05-04T04:39:00+00:00","dateModified":"2025-09-01T13:11:11+00:00","description":"The tmpmail is a handy utility where the user is allowed to create and use the temporary email address to use the incoming mail.To begin, we","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/how-to-setup-and-configure-tmpmail\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Setup and Configure tmpmail"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/2968118a72bea0868796abf1237ab3e0","name":"Nabeela","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g","caption":"Nabeela"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/6353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=6353"}],"version-history":[{"count":1,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/6353\/revisions"}],"predecessor-version":[{"id":15696,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/6353\/revisions\/15696"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=6353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=6353"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=6353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}