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

Bug-fix: must set "from_ext" message header field (to user number).

parent a1f233b0
Branches
Tags
No related merge requests found
......@@ -37,6 +37,7 @@ body=body.replace(/([^\r])\n/g,"$1\r\n");
body=word_wrap(body, 80);
hdrs.from=user.alias;
hdrs.from_ext=user.number;
hdrs.to=http_request.query.to;
hdrs.subject=http_request.query.subject;
if(http_request.query.reply_to != undefined) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment