[wordpress插件] Blastex smtp client with SSL/TLS具有SSL / TLS的Blastex SMTP客户端

wordpress 插件 文章 2020-03-06 05:30 448 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Blastex SSL Smtp email client for wordpress.

Blastex SSL Smtp用于wordpress的电子邮件客户端。

Send html emails with attachments without smtp server from your blog.

从您的博客发送不带smtp服务器的带有附件的html电子邮件。

You can send email from standard wp_mail function.

您可以通过标准 wp_mail功能发送电子邮件。

Blastex gets recipient mx hostname from dns server and send email.

Blastex从dns服务器获取收件人MX主机名并发送电子邮件。

Send an email messages to gmail.com yahoo.com, outlook.com, ovh.com, hotmail.com.

向gmail.com yahoo.com,outlook.com,ovh.com,hotmail.com发送电子邮件。

About blastex:

关于blastex:

* Php Ssl Smtp email client plugin for WordPress

*适用于WordPress的Php Ssl Smtp电子邮件客户端插件

* Send emails without local smtp server from wordpress blog

*从wordpress博客发送没有本地smtp服务器的电子邮件

* Send email form admin panel email form

*发送电子邮件表单管理面板电子邮件表单

* Languages: English, Polish

*语言:英语,波兰语

Documentation

文档

Blastex plugin video

Blastex插件视频

How to use

使用方法

< ?php
  

<?php
  

!!!

!!!

Enable first in php.ini config file socket extension.

首先在php.ini配置文件套接字扩展中启用。

Read more in plugin admin panel after activation !!!

激活后在插件管理面板中了解更多信息!

$to = 'hello@emal.com, hello@boom.com';
  

$ to ='hello@emal.com,hello@boom.com';
  

$subject 'Hello from email client';
  

$ subject'来自电子邮件客户端的Hello';
  

$html = 'Hello message from smtp !!!

$ html ='来自smtp的问候消息!

Message from wordpress plugin!

来自wordpress插件的消息!

';

';

// Install and activate plugin and send emails
  

//安装并激活插件并发送电子邮件
  

$ok = wp_mail($to, $subject, $html);

$ ok = wp_mail($ to,$ subject,$ html);

// Show error
  

//显示错误
  

echo get_option('blastex_error');

回声get_option('blastex_error');

?>

?>

安装步骤

    1. Upload frolder from zip file to the “/wp-content/plugins/” directory.
    2. 将frolder从zip文件上传到“ / wp-content / plugins /”目录。

    3. Activate the plugin through the “Plugins” menu in WordPress.
    4. 通过WordPress中的“插件”菜单激活插件。

    5. Send emails from admin panel form Blastex SMTP >> Send email.
    6. 通过管理面板Blastex SMTP发送电子邮件>>发送电子邮件。

    7. Place php function “wp_mail( ’email@email.com’, ‘Subject’, ‘Html message’ );”

    8. 放置php函数“ wp_mail('email@email.com','主题','HTML消息');”

      in your templates and send email.

    9. 在您的模板中并发送电子邮件。

    10. Place php function “wp_mail( ’email@email.com’, ‘Subject’, ‘Html message’, ”, array(‘path/to/file1’, ‘path/to/file2’) );”

    11. 放置php函数“ wp_mail(” email@email.com”,“主题”,“ HTML消息”,“,array('path / to / file1','path / to / file2')))”;

      in your templates and send email with attachment.

    12. 在您的模板中,然后发送带有附件的电子邮件。

    13. [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

    14. [选项]在您的域dns中设置正确的SPF(TXT)记录:[TXT] v = spf1 a mx ip4:1.2.3.4 a:your-blog-server.host -all(1.2.3.4 –您的博客服务器

      ip address).

      IP地址)。

      If you don’t want send messages as spam.

    15. 如果您不想将邮件作为垃圾邮件发送。

下载地址
https://downloads.wordpress.org/plugin/blastex.2.0.zip
-EOF-

AI助手支持GPT4.0