Linux 软件免费装
Banner图

MultiMailer

开发者 scandltd
更新时间 2024年10月18日 15:00
PHP版本: 5.5.0 及以上
WordPress版本: 6.6.2
版权: GPLv2 or later
版权网址: 版权信息

标签

contact form smtp email log scandltd php mailer

下载

1.0.1 1.0.2 1.0.3 1.0.4

详情介绍:

This WordPress email plugin allows you to intercept an email that is sent by wp_mail() function and duplicates it as many times as you need. Then, upon your request, the plugin could process it in the following way: You can set the following options:

安装:

WordPress installation
  1. Go to Plugins > Add New > search for "scand-multi-mailer"
  2. Press "Install Now" button for the "MultiMailer" plugin
  3. Press "Activate" button
Manual installation
  1. Upload "scand-multi-mailer" directory to "/wp-content/plugins/" directory
  2. Activate our WordPress SMTP plugin through the "Plugins" menu in WordPress

屏幕截图:

  • General settings
  • Provider settings: PHP Mailer
  • Provider settings: Log file

常见问题:

My plugin still sends mail via the mail() function

If other plugins that you're using are not designed to use the wp_mail() function and call PHP's mail() function directly, they will skip the settings of this plugin. As the matter of fact, you can edit other plugins and replace the "mail(" calls with "wp_mail(" (by adding wp_ in front) and this will work. We performed tests on a couple of plugins and it worked, but it may not work with all plugins.

Will this plugin work with WordPress versions less than 2.7?

No. The options page will only work on 2.7 version and higher.

Can I use this plugin to send emails via Gmail / Google Apps

Yes. Use the following settings:

  • Mailer: SMTP
  • SMTP Host: smtp.gmail.com
  • SMTP Port: 587
  • Encryption: TLS
  • Authentication: Yes
  • Username: your Gmail account name
  • Password: your mail password
Note: adjust your Gmail account's security settings for it to enable Google service of sending emails via SMTP

更新日志:

1.0.4 (2024-10-18) Escaped for output in an HTML attributes to prevent XSS attacks. 1.0.3 (2021-01-05) External Library updates: PHPMailer 1.0.2 (2018-12-11) Fixed minor issues (testing 5.0) 1.0.1 (2018-01-18) Added functionality to send attachments. Added Russian translation. Changed way to work with provider settings. 1.0.0 (2017-02-20) Release of the plugin.