Method | Description | |
---|---|---|
Initialize ( ITestSite testSite ) : void |
Initialize the adapter.
|
|
SendMailToRecipient ( string senderUserName, string senderPassword, string recipientUserName, string subject ) : void |
A method used to send an email to the specified user account.
|
public Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | Test site. |
return | void |
public SendMailToRecipient ( string senderUserName, string senderPassword, string recipientUserName, string subject ) : void | ||
senderUserName | string | The sender's name. |
senderPassword | string | The sender's password. |
recipientUserName | string | The recipient's name. |
subject | string | The email's subject. |
return | void |