Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

Info
titleAvailability

This routine is available since starting with katl-commons 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, wildcard_path_array)

Description

...

Excerpt

Deprecated. Sends an email, HTML formatted. to and cc are string arrays with any of email addresses, users or groups, in which case an email will be sent to all the users of the groups.from is optional; if missing the email will be sent from the default email address configured in JIRAJira.

 

Since the behavior of this routine was basically the same as sendEmail (but with the specifics of this MIME type), since 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 (using the <html> and <body> tags).


See

...

also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "smtp_support"
labelssmtp_support

...