Jump to content

Recommended Posts

Posted (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 by Volly

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...