Bert Posted February 24, 2010 Posted February 24, 2010 (edited) #include <INet.au3> ;~ $Address = InputBox('Address', ' Enter support@xxxxxxxxxx.com') $Address = "support@xxxxxxxxxx.com" $Subject = InputBox('Subject', 'Please enter the problem description.') $Body = InputBox('Problem Details', 'Enter as much detail as possible regarding the problem you are having.') _INetMail($address, $subject, $body)Hello All, Thank you for taking the time to read and if possible help me out a little... What I am trying to do in the example is (I am guessing somthing pretty simple) to create a form that a user fills out and then is automatically emailed. What I would like for it to do is to enter the users name and computer name into the body of the email automatically. But I can't figure out exactly how to do that. If someone could help and or point me in the right direction that would great. This is going to be used in a couple of different ways, one will be a GUI (to replace the OEM Help in Windows Start so I would like to make it similar) that when a button is pressed the form pops up then auto send the email. Also as just a simple help me from anywhere I can use it. I work for as IT engineer and I am trying to make things easier for the end user. But I am very new to the whole scripting thing (less than a week). Thanks in advance I look forward to your help. RSG Simple way to do it - Use FormAssembly - http://www.formassembly.com They have a free version that will do just what you need. I use it all the time for work and also for my side business. Edit - send me a PM if you have trouble using it. It is real easy to setup and use so I suspect you will be up and running in about 10 minutes. Yes, it is that easy. Edited February 24, 2010 by Volly The Vollatran project My blog: http://www.vollysinterestingshit.com/
Bert Posted February 24, 2010 Posted February 24, 2010 Here is a link to some screen shots showing how easy it is to use. http://www3.formassembly.com/tour/web-form-builder.php The Vollatran project My blog: http://www.vollysinterestingshit.com/
RedSoxGeek Posted February 25, 2010 Author Posted February 25, 2010 Volly... Thank you for the links I will check them out.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now