The sent email can not be anonyous - the email account has to be provided. All the data (SMTP address, server address - see the connection properties. Keywords are same as in the default Java Mail Library) and other email data (from, to, title and body) has to be provided. Many of the internet providers are blocking the possibility of sending a email from java application - so it may sometimes not be possible even if the command is properly executed.
Parameters:- From - String expression - Mail adress of sender,
- To - String expression - Mail adress of receiver,
- Title - String expression - Title of the mail,
- Body - String expression - Body text of the mail.
krzys2017-02-06