mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Emailmodule. Receive mailbox dependis on prim having email event on scripts; send via smpt or to external prims are now options. The ini section name smtp is not wrong"
This commit is contained in:
@@ -42,5 +42,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
void SendEmail(UUID objectID, string address, string subject, string body);
|
||||
Email GetNextEmail(UUID objectID, string sender, string subject);
|
||||
void AddPartMailBox(UUID objectID);
|
||||
void RemovePartMailBox(UUID objectID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user