mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
add some headers to llemail emails; cosmetics
This commit is contained in:
@@ -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: " +
|
||||
|
||||
Reference in New Issue
Block a user