SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Command Event

Reports a command sent to the server.

Object Oriented Interface

public function fireCommand($param);

Procedural Interface

secureblackbox_smtpclient_register_callback($res, 3, array($this, 'fireCommand'));

Parameter List


'cmd'

Remarks

The class fires this event whenever it sends an SMTP command to the server. Use CommandReply to track the server's responses.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]