Package wt.mail
Class WTMimeMessage
java.lang.Object
wt.mail.WTMimeMessage
Deprecated.
Sends a mime message using JavaMail
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.mail.internet.MimeMessageDeprecated.As of Windchill 6.2.6, replaced byEMailMessage
-
Method Details
-
WTMessage
public static jakarta.mail.internet.MimeMessage WTMessage() throws jakarta.mail.MessagingExceptionDeprecated.As of Windchill 6.2.6, replaced byEMailMessageUse the SMTP host specified by the property wt.mail.mailhost and initialize a JavaMail session.
Supported API: true- Returns:
- A new MimeMessage for the session.
- Throws:
wt.mail.MessagingException- Thrown if one is received while initializing the session.jakarta.mail.MessagingException
-
EMailMessage