Method | Description | |
---|---|---|
MonoRailSmtpSender ( ) : System |
Initializes a new instance of the MonoRailSmtpSender class.
|
|
Send ( |
Sends a message.
|
|
Send ( string from, string to, string subject, string messageText ) : void |
Sends a message.
|
|
Service ( IServiceProvider provider ) : void |
Services the specified provider.
|
public Send ( |
||
message | Message instance | |
return | void |
public Send ( string from, string to, string subject, string messageText ) : void | ||
from | string | From field |
to | string | To field |
subject | string | e-mail's subject |
messageText | string | message's body |
return | void |
public Service ( IServiceProvider provider ) : void | ||
provider | IServiceProvider | The provider. |
return | void |