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

* Added the hostname so the email gets the 
right hostname when going outbound
0.6.5-rc1
Charles Krinke 2009-05-02 16:42:35 +00:00
parent 61d3c551fd
commit 011448f69a
1 changed files with 1 additions and 1 deletions

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)
{