ProMailerSubscribers::sendConfirmEmail()

Send confirmation email to subscriber

This method is an alias of (and delegates to): $promailer->forms->sendConfirmEmail()

Usage

// basic usage
$bool = $proMailerSubscribers->sendConfirmEmail(ProMailerSubscriber $subscriber);

// usage with all arguments
$bool = $proMailerSubscribers->sendConfirmEmail(ProMailerSubscriber $subscriber, $options = []);

Arguments

NameType(s)Description
$subscriberProMailerSubscriber
$options (optional)

Return value

bool

True if message sent, false if not


ProMailerSubscribers methods and properties

API reference based on ProcessWire core version 3.0.255