I'll start with an example .. Let's assume that i want to code a program that will do the following tasks..
At 6:00 a.m, it will open Firefox, Go to Gmail, type in my username and password and once the mail is open, it will hit compose mail and then send an email to an email address of my choice.
I know that some email providers can do that but i'm just giving an example. Which programming language(s) is used to program such a program or a bot ? and any ideas of where i know more about these type of programs ?
I'm new to these forums and i didn't know where to post this, so if this isn't the appropriate forum, please be patient with me
How and which programming language is used to program this ?
Started by w!ck3d, Sep 10 2008 01:43 PM
10 replies to this topic
#1
Posted 10 September 2008 - 01:43 PM
|
|
|
#3
Posted 11 September 2008 - 07:21 AM
I think you can use Delphi 7 or higher to achieve this task.
#4
Posted 11 September 2008 - 01:55 PM
v0id said:
I think the easiest thing to do is to use AutoIt3.
Thanks for your reply ... i'm trying AutoHotKey now .. and it's pretty cool .. i'll try Autoit3 later ..
#5
Posted 11 September 2008 - 01:56 PM
mbshinde78 said:
I think you can use Delphi 7 or higher to achieve this task.
what's Delphi 7 ?
#6
Posted 18 September 2008 - 12:58 AM
Microsoft: "You've got questions. We've got dancing paperclips
#7
Guest_Jordan_*
Posted 18 September 2008 - 12:59 PM
Guest_Jordan_*
Why would you want to load FF, type in the username/pass, compose an email? Why not just compose an email as a string and send it to the gmail SMTP server? It is senseless, IMO, to actually "type" the information onto an application when it can all be done silently.
#8
Posted 18 September 2008 - 07:21 PM
Jordan said:
Why would you want to load FF, type in the username/pass, compose an email? Why not just compose an email as a string and send it to the gmail SMTP server? It is senseless, IMO, to actually "type" the information onto an application when it can all be done silently.
I was wondering the same thing. Moreover, it is probably easier to do it silently, then to load FireFox, type in the username/password, then compose the email.
#9
Posted 05 October 2008 - 10:45 PM
Jordan said:
Why would you want to load FF, type in the username/pass, compose an email? Why not just compose an email as a string and send it to the gmail SMTP server? It is senseless, IMO, to actually "type" the information onto an application when it can all be done silently.
Well, that was just an example to simplify my question which is how to automate a process or stuff that we do repeatedly.
But anyways .. could you explain more about how to compose an email as a string and send it over to an email server ?
#10
Posted 28 October 2008 - 05:32 AM
Jordan,
Would you please explain, I wish to know also.
Would you please explain, I wish to know also.
Patrick Ooi, http://www.webhyper.com
#11
Posted 28 October 2008 - 07:38 AM
The process will depend somewhat on the language you choose to implement it in, but it's really the same logic as composing the email in ThunderBird and having it connect to the gmail server.


Sign In
Create Account

Back to top









