Thank you kindly, Fly-Man, for a patch that:
* Added the hostname so the email gets the right hostname when going outbound0.6.5-rc1
parent
61d3c551fd
commit
011448f69a
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue