How to send an email
In order to send email messages, you have first to set up the SMTP connection; some parameters are needed to do that and must be defined as global parameters. To set parameters go to Applications > Parameters from the main menu. Parameters:
SMTP Host
(optional) SMTP port (e.g. 25)
(optional) SMTP protocol (e.g. smtp)
(optional) SMTP Username
(optional) SMTP Password
After you have defined these settings, it is possible to send emails starting from a javascript action:
Note:
The XXX parameter in the URL is the code of your application
Last updated