Skip to content
Snippets Groups Projects
Commit 037478f9 authored by rswindell's avatar rswindell
Browse files

Set the 'kill when read' attribute flag for new-user welcome messages.

parent 457bc29a
Branches
Tags
No related merge requests found
......@@ -134,6 +134,7 @@ function send_newuser_welcome_msg(fname)
to_ext: String(user.number),
from: system.operator,
from_ext: "1",
attr: MSG_KILLREAD,
subject: "Welcome to " + system.name + "!"
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment