Thank you kindly, Fly-Man, for a patch that:

* Added the hostname so the email gets the 
right hostname when going outbound
This commit is contained in:
Charles Krinke
2009-05-02 16:42:35 +00:00
parent 61d3c551fd
commit 011448f69a

View File

@@ -302,7 +302,7 @@ namespace OpenSim.Region.CoreModules.Scripting.EmailModules
emailMessage.Send(smtpServer);
//Log
m_log.Info("[EMAIL] EMail sent to: " + address + " from object: " + objectID.ToString());
m_log.Info("[EMAIL] EMail sent to: " + address + " from object: " + objectID.ToString() + "@" + m_HostName);
}
catch (Exception e)
{