Method | Description | |
---|---|---|
Initialize ( string name, |
Initializes the specified provider.
|
|
Instance ( ) : |
Returns the currently configured Email Provider.
|
|
Send ( string to, string from, string subject, string message ) : bool |
Sends an email.
|
public Initialize ( string name, |
||
name | string | Friendly Name of the provider. |
configValue | Config value. | |
return | void |
public abstract Send ( string to, string from, string subject, string message ) : bool | ||
to | string | |
from | string | |
subject | string | |
message | string | |
return | bool |