SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Domain Property

The sender host's domain name for HELO/EHLO.

Object Oriented Interface

public function getDomain();
public function setDomain($value);

Procedural Interface

secureblackbox_smtpclient_get($res, 34 );
secureblackbox_smtpclient_set($res, 34, $value );

Default Value

''

Remarks

Use this property before calling the Connect method to provie the domain name of the sender's host.

Data Type

String

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