InfoCenter Home > 6.6.0.2.2.4.13: Administering JavaMail sessionsThe wscp MailSession operations are used to manage JavaMail sessions. JavaMail enables applications to compose, send and receive electronic mail. The following example command shows how to create a new JavaMail session that uses the SMTP mail protocol. The session name and MailTransportHost attributes are required. wscp> MailSession create /MailSession:Session1/ -attribute {{MailTransportHost mailhost} {MailTransportProtocol smtp}} The following example command shows how to destroy a JavaMail session: wscp> MailSession remove /MailSession:Session1/ |
| ||
|