A namespace object holding functions and members used for sending emails via SMTP (Simple Mail Transfer Protocol).
Platform Support
| Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
|---|
Classes
|
Jaxer.SMTP.MailMessage |
Functions
| Method | Action | Jaxer Server Framework | Jaxer Client Framework | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
static sendEmail(String mailhost, Number mailport, String from, String to, String subject, String msg) :
void
Sends an email via SMTP
|
Show Details | 1.0 | no | ||||||||||||||||||
|
Parameters
|
|||||||||||||||||||||
|
static sendMessage(String mailhost, Number mailport, Jaxer.SMTP.MailMessage mailMessage) :
void
Sends an email message object via SMTP
|
Show Details | 1.0 | no | ||||||||||||||||||
|
Parameters
|
|||||||||||||||||||||
