DeliveryNotificationTo Property

Email address to which to send a delivery notification.

Object Oriented Interface

public function getDeliveryNotificationTo();
public function setDeliveryNotificationTo($value);

Procedural Interface

ipworks_smtp_get($res, 7 );
ipworks_smtp_set($res, 7, $value );

Default Value

''

Remarks

This property contains the email address to which to send a delivery notification. When set, a Return-Receipt-To header is added to the message. This property should be set to an email address that can receive the delivery notification.

Data Type

String

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