{"id":78760,"date":"2017-12-09T11:16:14","date_gmt":"2017-12-09T11:16:14","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/blastex-plugin\/"},"modified":"2017-12-11T11:43:15","modified_gmt":"2017-12-11T11:43:15","slug":"blastex","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/blastex\/","author":15831735,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.0","stable_tag":"2.0","tested":"4.9.29","requires":"4.7","requires_php":"5.1","requires_plugins":"","header_name":"Blastex Plugin","header_author":"Breakermind","header_description":"Blastex smtp client SSL\/TLS","assets_banners_color":"769472","last_updated":"2017-12-11 11:43:15","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/blastex\/","header_author_uri":"https:\/\/breakermind.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":900,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<ul>\n<li>Second version<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":"1783840","resolution":"128x128","location":"assets"},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":"1783840","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1783840","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1783840","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","2.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1784285","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1783840","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1784285","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1784661","resolution":"4","location":"assets"}},"screenshots":{"1":"Plugin admin panel.","2":"How to use in php.","3":"Send error message","4":"Sent emails log"}},"plugin_section":[],"plugin_tags":[466,267,6696,150437,150438],"plugin_category":[41],"plugin_contributors":[150439],"plugin_business_model":[],"class_list":["post-78760","plugin","type-plugin","status-closed","hentry","plugin_tags-client","plugin_tags-email","plugin_tags-smtp","plugin_tags-smtp-client","plugin_tags-ssl-smtp-client","plugin_category-communication","plugin_contributors-breakermind","plugin_committers-breakermind"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/blastex_769472.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/blastex\/assets\/screenshot-1.png?rev=1784285","caption":"Plugin admin panel."},{"src":"https:\/\/ps.w.org\/blastex\/assets\/screenshot-2.png?rev=1783840","caption":"How to use in php."},{"src":"https:\/\/ps.w.org\/blastex\/assets\/screenshot-3.png?rev=1784285","caption":"Send error message"},{"src":"https:\/\/ps.w.org\/blastex\/assets\/screenshot-4.png?rev=1784661","caption":"Sent emails log"}],"raw_content":"<!--section=description-->\n<p>Blastex SSL Smtp email client for wordpress.\nSend html emails with attachments without smtp server from your blog.\nYou can send email from standard <strong>wp_mail function<\/strong>. \nBlastex gets recipient mx hostname from dns server and send email.\nSend an email messages to gmail.com yahoo.com, outlook.com, ovh.com, hotmail.com.<\/p>\n\n<p>About blastex:\n* Php Ssl Smtp email client plugin for Wordpress\n* Send emails without local smtp server from wordpress blog\n* Send email form admin panel email form\n* Languages: English, Polish<\/p>\n\n<p><a href=\"https:\/\/github.com\/breakermind\/Blastex_wp\">Documentation<\/a>\n<a href=\"https:\/\/www.youtube.com\/watch?v=ouAQpSdnNVA\">Blastex plugin video<\/a><\/p>\n\n<h3>How to use<\/h3>\n\n<p><code>&lt; ?php\n  !!! Enable first in php.ini config file socket extension. Read more in plugin admin panel after activation !!!\n\n  $to = &#039;hello@emal.com, hello@boom.com&#039;;\n  $subject &#039;Hello from email client&#039;;\n  $html = &#039;Hello message from smtp !!!  <br \/> <p> Message from wordpress plugin! <\/p>';\n\n  \/\/ Install and activate plugin and send emails\n  $ok = wp_mail($to, $subject, $html);\n\n  \/\/ Show error\n  echo get_option('blastex_error');\n\n?&gt;<\/code><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload frolder from zip file to the \"\/wp-content\/plugins\/\" directory.<\/li>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress.<\/li>\n<li>Send emails from admin panel form Blastex SMTP &gt;&gt; Send email.<\/li>\n<li>Place php function \"wp_mail( 'email@email.com', 'Subject', 'Html message' );\" in your templates and send email.<\/li>\n<li>Place php function \"wp_mail( 'email@email.com', 'Subject', 'Html message', '', array('path\/to\/file1', 'path\/to\/file2') );\" in your templates and send email with attachment.<\/li>\n<li>[Option] Set correct SPF (TXT) record in your domain dns: [TXT]  v=spf1 a mx ip4:1.2.3.4 a:your-blog-server.host -all (1.2.3.4 - your blog server ip address). If you don't want send messages as spam.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Upload frolder from zip file to the \"\/wp-content\/plugins\/\" directory.<\/li>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress.<\/li>\n<li>Send emails from admin panel form Blastex SMTP &gt;&gt; Send email.<\/li>\n<li>Place php function \"wp_mail( 'email@email.com', 'Subject', 'Html message' );\" in your templates and send email.<\/li>\n<li>Place php function \"wp_mail( 'email@email.com', 'Subject', 'Html message', '', array('path\/to\/file1', 'path\/to\/file2') );\" in your templates and send email with attachment.<\/li>\n<li>[Option] Set correct SPF (TXT) record in your domain dns: [TXT]  v=spf1 a mx ip4:1.2.3.4 a:your-blog-server.host -all (1.2.3.4 - your blog server ip address). If you don't want send messages as spam.<\/li>\n<\/ol><\/dd>\n<dt>Can I send email without local smtp server<\/dt>\n<dd><p>Yes, You can :).<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0<\/h4>\n\n<ul>\n<li>Saving messages to database<\/li>\n<li>Display messages in admin panel<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>SSL Smtp email client.<\/li>\n<li>Send attachments<\/li>\n<li>Multiple recipients<\/li>\n<li>Send form in admin panel for administrator<\/li>\n<\/ul>","raw_excerpt":"SSL Smtp email client. Send html emails with attachments without smtp server from your blog.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/78760","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=78760"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/breakermind"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=78760"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=78760"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=78760"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=78760"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=78760"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=78760"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}