◆ NotifiyUser()
NotifiyUser |
( |
|
$email, |
|
|
|
$subject, |
|
|
|
$body |
|
) |
| |
Send email to user.
To compltely ovveride the email you may use ossn_add_hook('email', 'send:policy', 'ossn_deny_default_mailer', 1); function ossn_deny_default_mailer: return false; ossn_add_hook('email', 'send', 'ossn_my_custom_email', 1);
- Parameters
-
string | $email | User email address |
string | $subject | Email subject |
string | $body | Email body |
- Returns
- boolean
The documentation for this class was generated from the following file:
- source/classes/OssnMail.php