bool on_Mail(
string
$env_from, array
$env_to, string
$data)
|
|
Event called on mail reception
if true is returned, a "message accepted" reply will be sent, and "message rejected" for false
Tags:
Parameters:
bool on_SMTP_HELO(
string
$data)
|
|
Event called on SMTP HELO reception
Extend this method to return the boolean status of the session (false = disconnect client)
Tags:
Parameters:
bool on_SMTP_MAIL_FROM(
string
$data)
|
|
Event called on SMTP MAIL FROM reception
Extend this method to return the boolean status of the session (false = disconnect client)
Tags:
Parameters:
bool on_SMTP_RCPT_TO(
string
$data)
|
|
Event called on SMTP RCPT TO reception
Extend this method to return the boolean status of the session (false = disconnect client)
Tags:
Parameters:
bool on_SMTP_Unhandled(
string
$data)
|
|
Event called on unknown SMTP command reception
Extend this method to return the boolean status of the session (false = disconnect client)
Tags:
Parameters: