Submiting survey/test results via email
October 9, 2007 12:00 AM
I got this from tech support some time ago and it might answer your questions or at least give you some additional information to check out.If you are publishing to html and wanting to submit the test results or a form submission, you need to have your server configured to do so. When viewing your title in run/preview mode, from a cd publish or a single file executable, it uses your local email client. When publishing to html, it uses the server to do this. Here is what you need to have on the server end:Must have port 25 wide open with absolutely no restrictions. Must have a server mail client on that same server that the course is hosted with the relay option enabled that is able to capture the email from port 25.What happens here, is that the local machine viewing the course attempts to open port 25 on the server that the course is being hosted on. Then, the java applet running on the local machine generates an email and delivers that to the server. The server must then grab that email from the java applet and relay it out to the appropriate address. Edited By: Ghughes on 2007-10-10 12:18:7
Discussions have been disabled for this post