Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 13300557

    (@anonymized-13300557)

    You can just use wp_mail. My plugin is overwriting the core function. You could also use

    global $smtpMailingQueue;
    $smtpMailingQueue->wp_mail($to, $subject, $message, $headers, $attachments);

    $smtpMailingQueue is vailable as a global variable as soon as the plugin is loaded.

    Thread Starter wibergsweb

    (@wibergsweb)

    Hi

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use this plugin from another plugin?’ is closed to new replies.