Fixing status message for unread messages in dataform
This commit is contained in:
parent
3e63619c39
commit
19dcdd15a8
1 changed files with 1 additions and 1 deletions
|
|
@ -816,7 +816,7 @@ sub sendEmail {
|
||||||
sentBy => $self->session->user->userId,
|
sentBy => $self->session->user->userId,
|
||||||
subject=>$subject,
|
subject=>$subject,
|
||||||
message=>$message,
|
message=>$message,
|
||||||
status=>'complete'
|
status=>'unread'
|
||||||
});
|
});
|
||||||
if ($cc) {
|
if ($cc) {
|
||||||
my $mail = WebGUI::Mail::Send->create($self->session,{to=>$cc, replyTo=>$from, subject=>$subject, from=>$from});
|
my $mail = WebGUI::Mail::Send->create($self->session,{to=>$cc, replyTo=>$from, subject=>$subject, from=>$from});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue