SetSMTPParam method: PTNotification class
Syntax
SetSMTPParam(parameter_name, parameter_value)
Description
Use this method to set parameters for the SMTP session to be used for sending the email.
Parameters
| Parameter | Description |
|---|---|
|
parameter_name |
Specify the name of the parameter you want to overwrite as a String value. |
|
parameter_value |
Specify the value for the named parameter that you want used instead of the existing value as a String value.. |
Returns
None.