Hi Andy,<br><br>In order to get emails working through the llEmail() LSL function, you need to configure the following section in your OpenSim.ini file :<br><br><span style="font-family: courier new,monospace;">[SMTP]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> enabled = true</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> internal_object_host = lsl.opensim.local</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> host_domain_header_from = 127.0.0.1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> SMTP_SERVER_HOSTNAME = <a href="http://smtp.yourdomain.com">smtp.yourdomain.com</a></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> SMTP_SERVER_PORT = 25</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> SMTP_SERVER_LOGIN = smtp_user</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> SMTP_SERVER_PASSWORD = smtp_password</span><br><br>Replace your current SMTP section in the OpenSim.ini by the code above. You need to provide your own SMTP server information and it should work.<br>
<br>Regards,<br>Olish.<br><br><br><br><div class="gmail_quote">2009/12/10 Andy Konstandinidis <span dir="ltr"><<a href="mailto:knave84@gmail.com">knave84@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hello! I'm trying to use SLoodle in Opensim! I have setup my Opensim server and it is working fine. I have also loaded the .oar file of the Sloodle set. Yet when I try to configure the sloodle set to connect to the moodle site (by touching it in the 3D world) I get an error:</div>
<div><span style="color: blue;">SLOODLE Set 0.9 (RC1) -- COMPLETE (Fix 1.0): llGetNextEmail: email module not configured</span></div>
<div><span style="color: blue;"></span> </div>
<div>Anyone know how this issue can be resolved? Thanks! <br clear="all"><br>-- <br>Andreas Konstantinidis <br><br>Research Assistant, SEERC (South- East European Research Center)<br>PhD Candidate, Informatics Dept., <a href="http://A.U.TH" target="_blank">A.U.TH</a>.<br>
</div>
<br>_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
<br></blockquote></div><br><br>