SMTPMAIL

Previous Next

You can use this component to send mail using a local mail server. Its constructor uses a SQL statement that sets the name of the mail server to use. Its method sends all required fields when sending a mail, including a recipient, a subject, and body text. Java offers more advanced libraries that can be included for mail automation, such as the javax.mail library. This library allows you to write components that send or receive mail on behalf of rules, including the processing of mail attachments.