MultiMailer

0

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 pr

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags

Description

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).