SecureBlackbox 2020 Python Edition

Questions / Feedback?

domain Property

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

Syntax

def get_domain() -> str: ...
def set_domain(value: str) -> None: ...

domain = property(get_domain, set_domain)

Default Value

""

Remarks

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

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