Méthode | Description | |
---|---|---|
Send ( String from, String to, String message ) : void | ||
SmtpEmailSender ( String host, int port ) : System |
public Send ( String from, String to, String message ) : void | ||
from | String | |
to | String | |
message | String | |
Résultat | void |
public SmtpEmailSender ( String host, int port ) : System | ||
host | String | |
port | int | |
Résultat | System |