function _casetracker_mail_comment_message in Case Tracker 5
3 calls to _casetracker_mail_comment_message()
- casetracker_mail_send in ./
casetracker_mail.module - Sends out emails. Woot! Do people still say woot? Man, I'm old.
- casetracker_mail_settings in ./
casetracker_mail.module - Configures the various Case Tracker mail options; system_settings_form().
- casetracker_update_17 in ./
casetracker.install
File
- ./
casetracker_mail.module, line 303 - Enables mail sending and Mailhandler integration for Case Tracker.
Code
function _casetracker_mail_comment_message() {
return "------------------------------------------------------------------------\n\n" . "Comment by: %comment_author\n" . "Comment title: %comment_title\n\n" . "%comment_description\n\n";
}