add some headers to llemail emails; cosmetics

This commit is contained in:
UbitUmarov
2022-03-22 03:09:34 +00:00
parent aba0269fe2
commit e6059a7ca1
4 changed files with 44 additions and 24 deletions

View File

@@ -484,6 +484,8 @@ namespace OpenSim.Region.CoreModules.Scripting.EmailModules
}
mmsg.To.Add(mailTo);
mmsg.Headers["X-Owner-ID"] = ownerID.ToString();
mmsg.Headers["X-Task-ID"] = objectIDstr;
mmsg.Body = new TextPart("plain") {
Text = "Object-Name: " + LastObjectName +
"\nRegion: " + LastObjectRegionName + "\nLocal-Position: " +