{"id":277702,"date":"2026-01-28T09:11:27","date_gmt":"2026-01-28T09:11:27","guid":{"rendered":"https:\/\/it.wordpress.org\/plugins\/codingbunny-mail-smtp\/"},"modified":"2026-01-28T13:14:32","modified_gmt":"2026-01-28T13:14:32","slug":"coding-bunny-mail-smtp","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/coding-bunny-mail-smtp\/","author":23187711,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.2","stable_tag":"1.0.2","tested":"6.9.4","requires":"6.0","requires_php":"8.0","requires_plugins":null,"header_name":"CodingBunny Mail SMTP","header_author":"CodingBunny","header_description":"Configure an SMTP server to send emails from your WordPress site. Simple, lightweight, and easy to set up.","assets_banners_color":"cec5ba","last_updated":"2026-01-28 13:14:32","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/coding-bunny.com\/mail-smtp\/","header_author_uri":"https:\/\/coding-bunny.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":154,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"codingbunny","date":"2026-01-28 09:10:59"},"1.0.1":{"tag":"1.0.1","author":"codingbunny","date":"2026-01-28 09:52:10"},"1.0.2":{"tag":"1.0.2","author":"codingbunny","date":"2026-01-28 13:14:32"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3448496,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3448496,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3448496,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3448496,"resolution":"1","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[267,450,6932,6696,6695],"plugin_category":[41],"plugin_contributors":[237669],"plugin_business_model":[],"class_list":["post-277702","plugin","type-plugin","status-publish","hentry","plugin_tags-email","plugin_tags-mail","plugin_tags-phpmailer","plugin_tags-smtp","plugin_tags-wp_mail","plugin_category-communication","plugin_contributors-codingbunny","plugin_committers-codingbunny"],"banners":{"banner":"https:\/\/ps.w.org\/coding-bunny-mail-smtp\/assets\/banner-772x250.png?rev=3448496","banner_2x":"https:\/\/ps.w.org\/coding-bunny-mail-smtp\/assets\/banner-1544x500.png?rev=3448496","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/coding-bunny-mail-smtp\/assets\/icon-256x256.png?rev=3448496","icon_2x":"https:\/\/ps.w.org\/coding-bunny-mail-smtp\/assets\/icon-256x256.png?rev=3448496","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/coding-bunny-mail-smtp\/assets\/screenshot-1.png?rev=3448496","caption":""}],"raw_content":"<!--section=description-->\n<p>CodingBunny Mail SMTP allows you to easily configure an SMTP server to send all outgoing emails from your WordPress website.<\/p>\n\n<p>By default, WordPress uses the <code>wp_mail()<\/code> function which relies on the server\u2019s PHP mail configuration. This often leads to delivery issues or emails ending up in spam. This plugin solves that problem by routing emails through a reliable SMTP server.<\/p>\n\n<h3>Key Features<\/h3>\n\n<ul>\n<li>Enable or disable SMTP with a single toggle<\/li>\n<li>Supports SSL, TLS, or no encryption<\/li>\n<li>Optional SMTP authentication (username &amp; password)<\/li>\n<li>Secure password storage using encryption<\/li>\n<li>Custom \"From Email\" and \"From Name\"<\/li>\n<li>Built-in test email tool<\/li>\n<li>Lightweight, no third-party dependencies<\/li>\n<li>Fully compatible with WordPress PHPMailer<\/li>\n<li>Clean and accessible admin interface<\/li>\n<\/ul>\n\n<h3>Security<\/h3>\n\n<p>The SMTP password is encrypted before being stored in the database** and is never displayed in plain text in the WordPress admin area.<\/p>\n\n<h3>Configuration<\/h3>\n\n<p>You can configure the following options:<\/p>\n\n<ul>\n<li>SMTP Host (e.g. <code>smtp.example.com<\/code>)<\/li>\n<li>SMTP Port (e.g. <code>587<\/code>)<\/li>\n<li>Encryption: None, TLS, or SSL<\/li>\n<li>Enable\/Disable SMTP authentication<\/li>\n<li>SMTP Username &amp; Password<\/li>\n<li>Sender Email Address<\/li>\n<li>Sender Name<\/li>\n<\/ul>\n\n<p>After saving, use the Test Email section to verify your configuration.<\/p>\n\n<h3>Uninstall<\/h3>\n\n<p>When the plugin is uninstalled, all plugin options (including encrypted credentials) are removed from the database.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>codingbunny-mail-smtp<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<br \/>\nor<\/li>\n<li>Install the plugin via the WordPress Plugins screen<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> menu in WordPress<\/li>\n<li>Go to <strong>Settings \u2192 CodingBunny Mail SMTP<\/strong><\/li>\n<li>Configure your SMTP details and save<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20plugin%20replace%20wp_mail%28%29%3F\"><h3>Does this plugin replace wp_mail()?<\/h3><\/dt>\n<dd><p>Yes. The plugin hooks into WordPress PHPMailer and sends all emails via SMTP when enabled.<\/p><\/dd>\n<dt id=\"is%20the%20smtp%20password%20secure%3F\"><h3>Is the SMTP password secure?<\/h3><\/dt>\n<dd><p>Yes. The password is encrypted using WordPress salts and OpenSSL before being stored.<\/p><\/dd>\n<dt id=\"what%20happens%20if%20i%20leave%20the%20password%20field%20empty%3F\"><h3>What happens if I leave the password field empty?<\/h3><\/dt>\n<dd><p>The existing password will not be overwritten.<\/p><\/dd>\n<dt id=\"can%20i%20disable%20smtp%20temporarily%3F\"><h3>Can I disable SMTP temporarily?<\/h3><\/dt>\n<dd><p>Yes. Simply disable the \"Enable SMTP\" toggle.<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20conflict%20with%20other%20mail%20plugins%3F\"><h3>Does this plugin conflict with other mail plugins?<\/h3><\/dt>\n<dd><p>It is recommended to use only one SMTP\/mail plugin at a time.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2 \u2013 01\/28\/2026<\/h4>\n\n<ul>\n<li>Fix: Fixed a bug that deleted the test email when saving settings<\/li>\n<li>Fix: Fixed a bug that prevented the Sender Name from working if the Sender Email was not set<\/li>\n<\/ul>\n\n<h4>1.0.1 \u2013 01\/28\/2026<\/h4>\n\n<ul>\n<li>Fix: Fixed test email saving error<\/li>\n<\/ul>\n\n<h4>1.0.0 \u2013 01\/27\/2026<\/h4>\n\n<ul>\n<li>New: Initial Release<\/li>\n<\/ul>","raw_excerpt":"Configure an SMTP server to send emails from your WordPress site. Simple, lightweight, and secure.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/277702","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=277702"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/codingbunny"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=277702"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=277702"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=277702"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=277702"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=277702"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=277702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}