Hello List, I've go a project that has a test at the end. What I'd like to do is be able to use my company's ASPMail program (page) to email the results of the tests to various people. Below is a sample of a link to that page and what it needs to look like. http://www.mycompany.com/testMail.asp?[EMAIL PROTECTED]&mailT [EMAIL PROTECTED]&mailSubject=Test&mailBody=This%20is%20a%20test I have all the information in a property list that looks like this: mailInfo = [#mFrom: "[EMAIL PROTECTED]", #mTo: "[EMAIL PROTECTED]", #mSubject: "TestInformation", #mBody: testInfo] where testInfo = "General Knowledge score = 85%" & CRLF & "Disease Diagnosis score = 92%" I believe I use the postNetText command but I don't know how to do this, so, can someone please point me in the right direction. Thanks in advance, Rich [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
