이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

MultiMailer

설명

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:

  • send the email to multiple recipients;
  • differentiate data sets while sending it to multiple recipients;
  • add the information about the emails sent to log;
  • add some text before or after the message body;
  • replace sender’s text, name (field From Name), subject, and even the recipients if needed.

You can set the following options:

  • Specify the form name and email address for the outgoing email.
  • Specify the email(s) of recipient (s).
  • Specify the text that could be prepended to the message body.
  • Choose to send the mail by SMTP or PHP’s mail() function.
  • Specify the SMTP settings: host, port, username and password.
  • Choose SSL / TLS encryption (different from STARTTLS).
  • Choose to use of SMTP authentication or not (as it is by default).

스크린샷

  • List of providers
  • General settings
  • Provider settings: PHP Mailer
  • Provider settings: Log file

설치

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

FAQ

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 평가 읽기

기여자 & 개발자

“MultiMailer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “MultiMailer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.