public class Operations
extends Object
Classe que representa ...
Since:
2017-04-10
Version:
1.0
Author:
Usuário de Teste
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Concrete Methods
static final void
sendEmail (Var from,
Var to,
Var Cc,
Var Bcc,
Var subject,
Var msg,
Var html,
Var attachments,
Var smtpHost,
Var smtpPort,
Var login,
Var password,
Var ssl)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
Operations
public Operations ()
Method Details
sendEmail
public static final void sendEmail (Var from,
Var to,
Var Cc,
Var Bcc,
Var subject,
Var msg,
Var html,
Var attachments,
Var smtpHost,
Var smtpPort,
Var login,
Var password,
Var ssl)