setReturnPath() public method (available since version 2.0.6)
Set the return-path (the bounce address) of this message.
| public $this setReturnPath ( $address ) | ||
|---|---|---|
| $address | string | 
 The bounce email address.  |  
| return | $this | 
 Self reference.  |  
setReturnPath() public method (available since version 2.0.6)
Set the return-path (the bounce address) of this message.
| public $this setReturnPath ( $address ) | ||
|---|---|---|
| $address | string | 
 The bounce email address.  |  
| return | $this | 
 Self reference.  |  
Please login to continue.