SendToTerminalOnly Method
Sends to terminal only.
Object Oriented Interface
public function doSendToTerminalOnly();
Procedural Interface
ipworksopenpgp_psmtp_do_sendtoterminalonly($res);
Remarks
This method is similar to Send but requests instead that the message is sent to the user's terminal. An error code with the server's response is returned if the user is not logged in or does not accept terminal messages. This method requires that AllowExtensions is set to True and is not supported by all mail relays.