PFSiteSettingsHubSendTestEmail Method |
Sends a test email.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public string SendTestEmail(
string mailHost,
string recipient,
string text
)
Parameters
- mailHost
- Type: SystemString
The mail host. - recipient
- Type: SystemString
Target email address. - text
- Type: SystemString
The sent text.
Return Value
Type:
StringMessage describing the result.
Exceptions See Also