{"id":51867,"date":"2019-10-02T11:39:07","date_gmt":"2019-10-02T11:39:07","guid":{"rendered":"https:\/\/postmansmtp.wpengine.com\/?p=51867"},"modified":"2026-03-11T08:26:34","modified_gmt":"2026-03-11T08:26:34","slug":"the-things-i-learned-while-maintaining-a-wordpress-plugin","status":"publish","type":"post","link":"https:\/\/postmansmtp.com\/es\/the-things-i-learned-while-maintaining-a-wordpress-plugin\/","title":{"rendered":"The things I learned while maintaining a WordPress Plugin"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">A bit of &#8230;.<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Almost two years past from the date I started to maintain and develop <a href=\"https:\/\/wordpress.org\/plugins\/post-smtp\" target=\"_blank\" rel=\"noreferrer nofollow noopener\" aria-label=\"Post SMTP (opens in a new tab)\">Post SMTP<\/a> plugin and let me tell you something, it&#8217;s one of the best roller coasters I had the pleasure to ride.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">No one is preparing you for the show behind the scenes, you do develop, support, design, writing and much more.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><p>I want to share some of the things I learned, some of them may be clear to you and some may help you with your current ride or future ride.<\/p><br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Don&#8217;t be possessed by numbers<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Start your plugin because you believe in him and the solution he delivered, if you start it to see the downloads counter go up you will not get far.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">\u00a0If you build\u00a0<em>it<\/em>,\u00a0t<em>hey will come<\/em><\/p>\n<cite>Field of dreams (1989)<\/cite><\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Make sure your debug log is empty<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You can&#8217;t believe how many users has their <code>wp_debug<\/code> turn on.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Your readme file is very important<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Your plugin page is like any normal webpage and your readme file is \u00abmirror\u00bb for Google searches. think and structure him very carefully so you can catch the search query you want to be shown in Google search results or WordPress search.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress SVN<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Always remember<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>if in future versions you add a new file, in most of the SVN clients you need to \u00abadd\u00bb it manually.<\/li>\n\n\n\n<li>Always double check your files and versions in the readme and the plugin file &#8211; Between the trunk and tag release there is a queue that sometimes can be very full so your \u00abrelease version\u00bb will be your \u00abcurrent trunk\u00bb until your tag will be zipped and update.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Take your support threads on WordPress forums seriously<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Besides the fact that you want to show that your users can count on you, The rumor says that the closed tickets ratio is part of the repository search algorithm.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">WordPress forums or self-hosted forum?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The WordPress forums are fine and users familiar with them but &#8230;.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>There are very strict rules on how much info you can get from the users to troubleshoot like asking him for login credentials<\/li>\n\n\n\n<li>There isn&#8217;t any way to upload images (screenshots).<\/li>\n\n\n\n<li>You can&#8217;t make your life easier but implement \u00about of the box\u00bb solutions &#8211; I made a simple bbPress bot<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Releasing versions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Even when I had an issue with a release, just in really critical issues I released a version. if it was something minor but that thing really disturbed the users I waited until I released again.<br>Something in my mind told me that releasing \u00aba lot\u00bb is not looking good and just causing the downloads counter to blow up.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then I read a post by Mailpoet CTO \u00abwhy the release a version every week\u00bb:<br><a href=\"https:\/\/www.mailpoet.com\/blog\/continuous-delivery\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"https:\/\/www.mailpoet.com\/blog\/continuous-delivery\/\n (opens in a new tab)\">https:\/\/www.mailpoet.com\/blog\/continuous-delivery\/<br><\/a>it&#8217;s completely bought be and I&#8217;m going to adopt it, I think you should to but I let you decide.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reviews are not personal<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">I spent and still spending hundreds of hours to maintain Post SMTP, so the first bad review (stupid one too) was like a punch below the belt.<br>If the review is justified of course you can learn it from and improve, but there are reviews that will blow your mind &#8211; leave it and don&#8217;t answer!<br>After a while, I understand there are people the can see only the bad size in anything so it&#8217;s not specific to your plugin.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Marketing<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To my humble opinion, you don&#8217;t need to be an expert marketing guy to attract users to your plugin, you can do stuff like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Social Sharing &#8211; Facebook and Linkedin have some huge groups with a ton of users. you can publish a post about the plugin and problems he can solve. just don&#8217;t be a spammer.<\/li>\n\n\n\n<li>WordPress blogs &#8211; bookmark the top WordPress blogs and when there is an article that is relevant to your plugin drop a comment.<\/li>\n\n\n\n<li>Google Alerts &#8211; get notified when keywords you insert are mentioned online.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">That is all I have, I will continue to update this post if something else will come up.<br>What about you? do you have a tip for WordPress plugins maintainers?<br>Comment below \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A bit of &#8230;. Almost two years past from the date I started to maintain and develop Post SMTP plugin and let me tell you something, it&#8217;s one of the best roller coasters I had the pleasure to ride. No one is preparing you for the show behind the scenes, [&hellip;]<\/p>\n","protected":false},"author":5384,"featured_media":76822,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_seopress_titles_title":"Lessons Learned from Maintaining a WP Plugin - Post SMTP","_seopress_titles_desc":"Discover key lessons learned from two years of maintaining the Post SMTP plugin, from coding to customer support.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"none","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"Lessons Learned from Maintaining a WP Plugin - Post SMTP","_seopress_social_fb_desc":"Discover key lessons learned from two years of maintaining the Post SMTP plugin, from coding to customer support.","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"Lessons Learned from Maintaining a WP Plugin - Post SMTP","_seopress_social_twitter_desc":"Discover key lessons learned from two years of maintaining the Post SMTP plugin, from coding to customer support.","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"inline_featured_image":false,"_uag_custom_page_level_css":"","advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","jetpack_post_was_ever_published":false},"categories":[12],"tags":[],"class_list":["post-51867","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides"],"acf":[],"author_meta":{"display_name":"Editorial Team","author_link":"https:\/\/postmansmtp.com\/es\/author\/editorial-team\/"},"featured_img":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100-300x97.png","spectra_custom_meta":{"_edit_lock":["1773217615:6407"],"_elementor_controls_usage":["a:0:{}"],"_edit_last":["6407"],"_yoast_wpseo_primary_category":["1"],"site-sidebar-layout":["default"],"site-content-layout":["default"],"theme-transparent-header-meta":["default"],"_yoast_wpseo_content_score":["60"],"_thumbnail_id":["76822"],"_wp_page_template":["default"],"_wpac_members_redirect_to":[""],"_wpac_show_in_search":["0"],"_wpac_show_excerpt_in_search":["0"],"_wpac_nonmembers_redirect_to":[""],"_yoast_wpseo_estimated-reading-time-minutes":["4"],"_seopress_titles_desc":["Discover key lessons learned from two years of maintaining the Post SMTP plugin, from coding to customer support."],"classic-editor-remember":["classic-editor"],"_seopress_analysis_target_kw":[""],"_eael_post_view_count":["1933"],"post_views_count":["157"],"ezd_doc_layout":[""],"ezd_doc_content_type":[""],"ezd_doc_content_type_right":[""],"ezd_doc_content_box_right":[""],"_seopress_robots_primary_cat":["none"],"_bbp_topic_count":["0"],"_bbp_reply_count":["0"],"_bbp_total_topic_count":["0"],"_bbp_total_reply_count":["0"],"_bbp_voice_count":["0"],"_bbp_anonymous_reply_count":["0"],"_bbp_topic_count_hidden":["0"],"_bbp_reply_count_hidden":["0"],"_bbp_forum_subforum_count":["0"],"_uag_custom_page_level_css":[""],"advgb_blocks_editor_width":[""],"advgb_blocks_columns_visual_guide":[""],"ast-site-content-layout":["default"],"adv-header-id-meta":[""],"stick-header-meta":[""],"astra-migrate-meta-layouts":["set"],"footnotes":[""],"_seopress_social_fb_desc":["Discover key lessons learned from two years of maintaining the Post SMTP plugin, from coding to customer support."],"_seopress_social_twitter_desc":["Discover key lessons learned from two years of maintaining the Post SMTP plugin, from coding to customer support."],"_seopress_redirections_type":["301"],"_seopress_redirections_logged_status":["both"],"um_content_restriction":["a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}"],"_seopress_titles_title":["Lessons Learned from Maintaining a WP Plugin - Post SMTP"],"_seopress_social_fb_title":["Lessons Learned from Maintaining a WP Plugin - Post SMTP"],"_seopress_social_twitter_title":["Lessons Learned from Maintaining a WP Plugin - Post SMTP"],"rank_math_title":["Lessons Learned from Maintaining a WP Plugin - Post SMTP"],"rank_math_description":["Discover key lessons learned from two years of maintaining the Post SMTP plugin, from coding to customer support."],"rank_math_facebook_title":["Lessons Learned from Maintaining a WP Plugin - Post SMTP"],"rank_math_facebook_description":["Discover key lessons learned from two years of maintaining the Post SMTP plugin, from coding to customer support."],"rank_math_twitter_title":["Lessons Learned from Maintaining a WP Plugin - Post SMTP"],"rank_math_twitter_description":["Discover key lessons learned from two years of maintaining the Post SMTP plugin, from coding to customer support."],"rank_math_twitter_use_facebook":["off"],"rank_math_robots":["a:1:{i:0;s:0:\"\";}"],"old_thumbnail_id":["76751"],"copied_media_ids":["a:0:{}"],"referenced_media_ids":["a:1:{i:0;i:76822;}"],"_wpml_word_count":["619"],"_wpml_location_migration_done":["1"],"ezd_doc_contributors":["6407,"],"_uagb_toc_options":["a:2:{s:17:\"_uagb_toc_version\";s:10:\"1789208109\";s:18:\"_uagb_toc_headings\";a:10:{i:0;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:8:\"a-bit-of\";s:7:\"content\";s:13:\"A bit of ....\";s:5:\"depth\";i:2;}i:1;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:28:\"dont-be-possessed-by-numbers\";s:7:\"content\";s:29:\"Don't be possessed by numbers\";s:5:\"depth\";i:3;}i:2;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:33:\"make-sure-your-debug-log-is-empty\";s:7:\"content\";s:33:\"Make sure your debug log is empty\";s:5:\"depth\";i:3;}i:3;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:34:\"your-readme-file-is-very-important\";s:7:\"content\";s:34:\"Your readme file is very important\";s:5:\"depth\";i:3;}i:4;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:13:\"wordpress-svn\";s:7:\"content\";s:13:\"WordPress SVN\";s:5:\"depth\";i:2;}i:5;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:55:\"take-your-support-threads-on-wordpress-forums-seriously\";s:7:\"content\";s:55:\"Take your support threads on WordPress forums seriously\";s:5:\"depth\";i:3;}i:6;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:37:\"wordpress-forums-or-self-hosted-forum\";s:7:\"content\";s:38:\"WordPress forums or self-hosted forum?\";s:5:\"depth\";i:3;}i:7;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:18:\"releasing-versions\";s:7:\"content\";s:18:\"Releasing versions\";s:5:\"depth\";i:2;}i:8;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:24:\"reviews-are-not-personal\";s:7:\"content\";s:24:\"Reviews are not personal\";s:5:\"depth\";i:3;}i:9;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:9:\"marketing\";s:7:\"content\";s:9:\"Marketing\";s:5:\"depth\";i:2;}}}"],"_uag_page_assets":["a:9:{s:3:\"css\";s:14045:\"\/* devanagari *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.woff2) format('woff2');\n  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;\n}\n\/* latin-ext *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\/* latin *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\/* devanagari *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.woff2) format('woff2');\n  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;\n}\n\/* latin-ext *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\/* latin *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\/* devanagari *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');\n  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;\n}\n\/* latin-ext *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\/* latin *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\/* devanagari *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');\n  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;\n}\n\/* latin-ext *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\/* latin *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-6a49e24e{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-6a49e24e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-6a49e24e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 25px;column-gap: 25px;}.wp-block-uagb-container.uagb-block-21a93d71{box-shadow: 0px 0px   #00000070 ;padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;overflow: visible;order: initial;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;row-gap: 25px;column-gap: 25px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-heading-text{color: #214a72;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading {text-align: center;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-desc-text{color: #737373;margin-bottom: 0px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b .uagb-heading-text{font-family: \"Poppins\";font-weight: 700;font-size: 28px;margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b .uagb-desc-text{font-family: \"Poppins\";font-weight: 500;font-size: 16px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-21a93d71{padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;order: initial;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-21a93d71{padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;order: initial;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:12:{i:0;s:12:\"core\/heading\";i:1;s:14:\"core\/paragraph\";i:2;s:10:\"core\/quote\";i:3;s:9:\"core\/list\";i:4;s:14:\"core\/list-item\";i:5;s:14:\"uagb\/container\";i:6;s:10:\"uagb\/image\";i:8;s:21:\"uagb\/advanced-heading\";i:9;s:17:\"gutena\/newsletter\";i:10;s:22:\"gutena\/newsletter-form\";i:11;s:29:\"gutena\/newsletter-input-field\";i:12;s:31:\"gutena\/newsletter-submit-button\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1789208109\";s:6:\"gfonts\";a:1:{s:7:\"Poppins\";a:2:{s:10:\"fontfamily\";s:7:\"Poppins\";s:12:\"fontvariants\";a:2:{i:0;s:3:\"700\";i:1;s:3:\"500\";}}}s:10:\"gfonts_url\";s:105:\"https:\/\/fonts.googleapis.com\/css?family=Poppins:700,500,700italic,500italic&subset=latin&display=fallback\";s:12:\"gfonts_files\";a:1:{s:7:\"poppins\";s:107:\"https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2\";}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",721,233,false],"thumbnail":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100-150x150.png",150,150,true],"medium":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100-300x97.png",300,97,true],"medium_large":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",721,233,false],"large":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",721,233,false],"ezd_embed_thumb":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",100,32,false],"ezd_searrch_thumb16x16":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",16,5,false],"ezd_searrch_thumb50x50":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",50,16,false],"1536x1536":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",721,233,false],"2048x2048":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",721,233,false],"gform-image-choice-sm":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",300,97,false],"gform-image-choice-md":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",400,129,false],"gform-image-choice-lg":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png",600,194,false]},"uagb_author_info":{"display_name":"Editorial Team","author_link":"https:\/\/postmansmtp.com\/es\/author\/editorial-team\/"},"uagb_comment_info":0,"uagb_excerpt":"A bit of &#8230;. Almost two years past from the date I started to maintain and develop Post SMTP plugin and let me tell you something, it&#8217;s one of the best roller coasters I had the pleasure to ride. No one is preparing you for the show behind the scenes, [&hellip;]","coauthors":[],"tax_additional":{"categories":{"linked":["<a href=\"https:\/\/postmansmtp.com\/category\/guides\/\" class=\"advgb-post-tax-term\">Guides<\/a>"],"unlinked":["<span class=\"advgb-post-tax-term\">Guides<\/span>"]}},"comment_count":"1","relative_dates":{"created":"Publicado 7 a\u00f1os hace","modified":"Actualizado 6 meses hace"},"absolute_dates":{"created":"Publicado el octubre 2, 2019","modified":"Actualizado el marzo 11, 2026"},"absolute_dates_time":{"created":"Publicado el octubre 2, 2019 11:39 am","modified":"Actualizado el marzo 11, 2026 8:26 am"},"featured_img_caption":"","series_order":"","jetpack_featured_media_url":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2019\/10\/post-smtp-blogs-banners-100.png","_links":{"self":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts\/51867","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/users\/5384"}],"replies":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/comments?post=51867"}],"version-history":[{"count":0,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts\/51867\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/media\/76822"}],"wp:attachment":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/media?parent=51867"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/categories?post=51867"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/tags?post=51867"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}