abinidi Posted December 22, 2004 Posted December 22, 2004 I would love to find the settings for an external POP/SMTP email client. I can't find the information anywhere. It is probably available, but it seems that the tutorial folder would be a good place for it to be located. If somebody knows where it is at, please let me know. Paul P. SLC, UT Quote
TCH-Andy Posted December 22, 2004 Posted December 22, 2004 Hi Paul, Try How to set up your email Quote
abinidi Posted December 22, 2004 Author Posted December 22, 2004 Thanks. I didn't realize there was help outside of the Family Forums. Thanks again! -Paul Quote
TCH-Don Posted December 23, 2004 Posted December 23, 2004 Welcome to the Family Paul and your new home! The e-mail settings for an e-mail program is also in your welcome e-mail. We really are like family here. So if you need anything, just ask your new family! We love to help Quote
Prel Posted December 23, 2004 Posted December 23, 2004 Hi, I tried to use this script but it did not function...!! This is code my Test Page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Test Page Script Webmail TCH</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <script language="javascript"> function Login(form) { var username = form.username.value var password = form.password.value var server = form.server.value if (username && password && server) { var horde = "http://" + username +"+"+server+ ":" + password + "@" + server + ":2095/" + "horde/index.php" window.status='WebMail' window.location = horde } else { alert("Please fill the username and the password") } } </script> <form name=login> <table border=0 cellpadding=1 align="center" width="430"> <tr><td align=center> <font color="#000000" face="Verdana, Arial, Helvetica, sans-serif"> <h1><b>WebMail Login</b></h1> <input type="hidden" value="****.br" name="server" maxlength="30" size="15"> </font></td></tr> <tr><td align=center> <h2>User: <input type=text name=username size=15 maxlength="30"> </h2></td></tr> <tr><td align=center> <h2>Password: <input type=password name=password size=20> </h2></td></tr> <tr><td align=center> <input type=button value="Login" onClick="Login(this.form)" name="button"> </td></tr> </table> </form> </body> </html> Any sugestions ? Thank´s Quote
TCH-Don Posted December 23, 2004 Posted December 23, 2004 Try this one from the help site sample code created by one of our family members, thanks to ankanoju Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.