• Resolved Alex Furr

    (@alexfurr)


    Hi,

    I’m looking to buy a premium email plugin that will have the following API functionality.

    1. Allow me to send an HTML email (content sent as a $variable) to an array of email addresses via a function call.
    e.g.

    $args = array
    (
    $emailArray => array(“[email protected]”, “[email protected]”),
    $htmlEmailContent = $string

    );
    sendEmail($args);

    2. Allow sending of up to 2 or three thousand people at once.

    Does your plugin have anything like that?

    Thanks in advance!

    Alex

    https://www.ads-software.com/plugins/newsletter/

Viewing 1 replies (of 1 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    Hi, no this is not a plugin for bulk email as web service. That kind of service can be easily developed (and without WordPress, for example).

    Stefano.

Viewing 1 replies (of 1 total)
  • The topic ‘Bulk email API’ is closed to new replies.