OPEN SOURCE SOCIAL NETWORK 6.6
Loading...
Searching...
No Matches
OssnMail Class Reference
Inheritance diagram for OssnMail:
OssnInvite

Public Member Functions

 NotifiyUser ($email, $subject, $body)
 

Member Function Documentation

◆ 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$emailUser email address
string$subjectEmail subject
string$bodyEmail body
Returns
boolean

The documentation for this class was generated from the following file: