Add embedded and public view compatibility.
Remove Utils method
This commit is contained in:
@@ -62,7 +62,6 @@ final public class NotificationService {
|
||||
model.put("message", message);
|
||||
model.put("supportEmail", mailer.getSupportEmail());
|
||||
|
||||
|
||||
mailer.sendEmail(formMail, collabEmail, subject, model, "newCollaboration.vm");
|
||||
} catch (Exception e) {
|
||||
handleException(e);
|
||||
|
Reference in New Issue
Block a user