Skip to content
Snippets Groups Projects
Commit 863d76bf authored by echicken's avatar echicken
Browse files

Just use rcpt_list

parent 4e4cd679
No related branches found
No related tags found
No related merge requests found
......@@ -92,12 +92,8 @@ function notify_via_email(settings, un) {
);
var header = {
from : settings.from,
subject : subject,
to : rcpt_list[0].to,
to_net_type : 5,
to_net_addr : rcpt_list[0].to_net_addr
subject : subject
};
rcpt_list.shift();
var mb = new MsgBase('mail');
mb.open();
mb.save_msg(header, body, rcpt_list);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment