EDI Integrator 2016 PHP Edition
EDI Integrator 2016 PHP Edition
Questions / Feedback?

AllowExtensions Property

A switch allowing the component to use ESMTP features (SMTP extensions).

Object Oriented Interface

public function getAllowExtensions();
public function setAllowExtensions($value);

Procedural Interface

inedi_smtp_get($res, 1 );
inedi_smtp_set($res, 1, $value );

Default Value

true

Remarks

This property is a switch allowing the class to use ESMTP features (SMTP extensions). If this property is true, the class will first send the EHLO greeting to the server and, if that fails, the standard HELO command will be sent.

This property is true by default but may be disabled if it's known in advance that the MailServer doesn't support SMTP extensions.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 PHP Edition - Version 16.0 [Build 7240]