Message
258259260261262263264
* Required properties: SMTP server, Sender, Receiver, Subject, and message text. * */ @Override protected void validateOtherPropertiesThanTheName(ValidationMessageCollector collector) { new MessageValidator(this, collector).run(); }