ReturnPath Property
Sets the Return-Path to be used for sending email.
Object Oriented Interface
public function getReturnPath(); public function setReturnPath($value);
Procedural Interface
ipworksopenpgp_psmtp_get($res, 50 ); ipworksopenpgp_psmtp_set($res, 50, $value );
Default Value
''
Remarks
Setting this property sets the Return-Path to be used for sending email. If this is not set, the value in the From property is used.
Data Type
String