New Reply

Automating Email Opening

 
Share Thread Thread Tools
Jul16-12, 05:11 PM   #1
 

Automating Email Opening


I receive excel spreadsheets as email attachments all the time.
I usually open the email, then the attachment, then I copy and paste the data into an html form. A php program automatically enters the data into mysql properly formatted.
I would like to automate the process so that anyone sending emails to the address with the correct header is able to input data. How can I do this?

Thank you for your ideas
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Jul17-12, 12:06 AM   #2
 
Quote by GiTS View Post
I receive excel spreadsheets as email attachments all the time.
I usually open the email, then the attachment, then I copy and paste the data into an html form. A php program automatically enters the data into mysql properly formatted.
I would like to automate the process so that anyone sending emails to the address with the correct header is able to input data. How can I do this?

Thank you for your ideas
Hey GiTS.

What browser do you use? Have you got access to an email daemon?

If you can add third party extensions to your browser and get notifications for incoming emails, use the SDK available to do that.

However if this is not possible, look for an open email client that allows you to hook the notification messages and then parse the message and do your stuff.

As a speculative response, something like Thunderbird might be configurable to do what you need in terms of creating a plugin or add-on given that it is open source for 1 and 2 there are quite a few add-ons (and I'm guessing the developers put in a lot of thought to the design and the SDK itself).
 
Jul23-12, 04:48 PM   #3
 
If the data is in exactly the same format every time you can use a keyboard/mouse macro recording program like "AutoIt". However, this will fail if it cannot work by playing back pre-recorded mouse movements and clicks. (i.e. window in wrong place = miss = fail). EDIT: However if you know the correct keyboard shortcuts to trigger the menus, it should be OK...

On a PC system, "Windows Powershell" from Microsoft (an official component) is a scripting language designed for task automation. It can certainly hook into applications and trigger their menus. I am not sure on its full capabilities as not being a windows tech I only looked briefly at it.
 
New Reply
Thread Tools


Similar Threads for: Automating Email Opening
Thread Forum Replies
Need a opening Academic Guidance 2
My USB transcend not opening? Computing & Technology 4