JolieDoc for Port SMTP
From file smtp.iol
| Port Name | Location | Protocol |
|---|---|---|
| SMTP |
List of the available interfaces
Interface SMTPInterface
| Heading | Input type | Output type | Faults |
|---|---|---|---|
| sendMail | SendMailRequest |
void |
SMTPFault, |
Operation list
sendMail( SendMailRequest )( void ) throws SMTPFault
Message type list
SendMailRequest
type SendMailRequest: void {
.cc*: string
.authenticate?: void {
.password: string
.username: string
}
.bcc*: string
.subject: string
.host: string
.replyTo*: string
.from: string
.to[1,2147483647]: string
.contentType?: string
.content: string
}