Skip to content
Snippets Groups Projects
Commit c4c917d7 authored by deuce's avatar deuce
Browse files

Set from_net_type to NET_INTERNET

parent ac700d8d
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ else {
}
hdrs.from=system.name;
hdrs.from_net_addr='sysop@'+system.inet_addr;
hdrs.from_net_type=NET_INTERNET;
hdrs.subject="New user signup";
var msgbase = new MsgBase("mail");
if(msgbase.open!=undefined && msgbase.open()==false) {
......
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