Skip to content

Commit

Permalink
#28360 adding refactor for sonarq feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jdotcms committed Apr 26, 2024
1 parent 7e3270e commit b2f3c2a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ public String getName() {
return "Async Send an Email";
}

@Override
public String getHowTo() {
return "This actionlet will send an email that can be based on the submitted content. The value of every field here is parsed velocity. So, to send a custom email to the email address stored in a field called userEmail, put $content.userEmail in the 'to email' field and the system will replace it with the variables from the content";
}

@Override
protected void sendEmail(final Mailer mail, final WorkflowProcessor processor) {
DotConcurrentFactory.getInstance().getSubmitter().submit(()->{
Expand Down

0 comments on commit b2f3c2a

Please sign in to comment.