Add ability to send directly to a NetMail address

This commit is contained in:
Bryan Ashby 2018-01-13 09:06:50 -07:00
parent 9a00b3eb15
commit 84fd0ff6d2
3 changed files with 17 additions and 4 deletions

View file

@ -92,7 +92,7 @@ function areaFix() {
meta : {
System : {
[ Message.SystemMetaNames.RemoteToUser ] : ftnAddr.toString(), // where to send it
[ Message.SystemMetaNames.ExternalFlavor ] : Message.ExternalFlavors.FTN, // on FTN-style network
[ Message.SystemMetaNames.ExternalFlavor ] : Message.AddressFlavor.FTN, // on FTN-style network
}
}
});