Service SMTP
from smtp import SMTP
Port Name | Location | Protocol | Interfaces |
---|---|---|---|
ip | local | SMTPInterface |
List of Available Interfaces
SMTPInterface
Operation Name | Input Type | Output Type | Faults | Description |
---|---|---|---|---|
sendMail | SendMailRequest | void | SMTPFaultundefined |
Types
SendMailRequest:
Type Declaration
void { cc[0,1]: string // authenticate[0,1]: void { password[1,1]: string // username[1,1]: string // } // bcc[0,1]: string // attachment[0,1]: void { filename[1,1]: string // contentType[1,1]: string // content[1,1]: raw // } // subject[1,1]: string // host[1,1]: string // replyTo[0,1]: string // from[1,1]: string // to[1,1]: string // contentType[0,1]: string // content[1,1]: string // }