\um\common\actionsEmails

Class Emails

Summary

Methods
Properties
Constants
__construct()
send()
before_email_send()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() : mixed

Returns

mixed

send()

send(string  $user_email, string  $template, array  $args = array()) : mixed

Send an email

Parameters

string $user_email

User email.

string $template

Template name.

array $args

Email additional arguments.

Returns

mixed

before_email_send()

before_email_send(string  $email, string  $template) : void

Add some custom placeholders when sending via Action Scheduler.

Parameters

string $email
string $template