ViciousXUSMC Posted September 21, 2016 Posted September 21, 2016 So, working on a project. Brain storming a way to get my firefighters and paramedics to give me better IT tickets, they currently 99% of the time just send an email to our ticketing system and it creates a ticket. The issue is that they almost always leave out a lot of important information because the email is only giving me the title and body. I want to add extra stuff like computer name, ip address, etc. That I can grab with Autoit. The idea is to build a ticket submission GUI and have it put together the email in a structure that I want, and then send it in and the GUI will have the code to pull computer information and required fields for the user that fill in. This would be trivial with the outlook.udf I could even automate sending the message. The issue is that most of the staff do not use outlook they use webmail. This is where I am now stuck, I guess I would have to move into browser automation and other tricks to work with this, but I do not want to leave much of this process in the users hands so that they can mess it up or have to figure it out. Any bright ideas or simple concepts I am overlooking? I cant just use SMTP and send because it does need to come from the users email, the tickets and stuff are tracked based on submitter email.
SEOTHA Posted September 21, 2016 Posted September 21, 2016 Hi ViciousXUSMC, I don't know if this is of help: https://www.autoitscript.com/autoit3/docs/libfunctions/_INetSmtpMail.htm We use this at work to send alerts to our support desk based on certain events from our client PCs and it works well. It is pretty flexible and you can customize the From/To/Name/Subject/Body etc. You might consider running your own SMTP relay if you have a VPS which you can setup with authentications and put those credentials in the function. Kindest regards, Theseotha
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