...
Warning |
---|
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here ! |
Info | ||
---|---|---|
| ||
This routine is available since katl-commons starting with SIL Engine™ 2.5.10/ 2.6.2. |
Syntax
...
sendHtmlEmail ([from], to, [cc], subject, body_or_template, [language] )
sendHtmlEmail (from, to, cc, subject, body_or_template, language, issue_key, regex_array )
sendHtmlEmail (from, to, cc, subject, body_or_template, language, wildcard_path_array )
Or
sendEmail(JEmailMessage)
Description
...
Excerpt |
---|
Deprecated. Sends an email, HTML formatted. to and |
To and cc are string arrays with any of email addresses, users or groups
...
. Email is sent to all the users of the groups.
...
From is optional
...
. If missing the email
...
is sent from the default email address configured in
...
Jira.
Since the behavior of this routine was basically The routine is the same as sendEmail (but with the specifics of this MIME type), since but with MIME type features. Starting with version 4.0 the engine is able to detect automatically when you send email and will obey your wishes. This routine is now an alias to sendEmail. Refer to that documentation page for details.
Note |
---|
In order for the HTML to be rendered all right, it needs to be written right ( To render HTML correct, write it correct: 'using the <html> and <body> tags)'. |
See
...
also
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|