Thursday, May 18, 2006

how to send feedback email pressing a keyboard button(WIN)

Introduction


i gonna have up to 3 remote desktop computer that need help desk; therefore im planning to set up a skype network to avoid chatting with slow typing people and then some tool that automate sending by email screen captures through a keyboard shortcut. To manage file sys samba could be enough and work great on both win,mac,linux .
Another option is Remote Desktop System, like VNC and sons; for windows and mac there's and embedded into OS tool the provide such a functionality Microsoft remote Desktop How to's

Create an automate-email feedback shortcut


ok, first of all, need to install an smtp server as service and Microsoft embed this tool in the "Internet information service" packages which is simply intalled through "Add/remove programs" panel -> Add windows components(on the left bar). Then get through set the SMTP server up for granted IP addresses SMTP server set up How to's
Ok now u have the SMTP running and able to get connected only by the local machine(the safer set up).
Here we need a tool to encode email messages with MIME type attachments(i want to send a jpeg with the email) and then a tool that actually carry off the email to the default address(me@example.com) using the SMTP server running on my machine.mpack & bmail -command line tool for DOS-
Assuming to have already Cropper installed(screen capture util), we have to write a batch file called with a keyboard shortcut to automate the whole thingBatch files FAQ
i'll put down the batch very soon to carry out this thread!


Tag:

No comments:

Post a Comment