Jump to content

How and which programming language is used to program this ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
w!ck3d

w!ck3d

    Newbie

  • Members
  • Pip
  • 5 posts
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

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
I think the easiest thing to do is to use AutoIt3.

#3
mbshinde78

mbshinde78

    Newbie

  • Members
  • PipPip
  • 19 posts
I think you can use Delphi 7 or higher to achieve this task.

#4
w!ck3d

w!ck3d

    Newbie

  • Members
  • Pip
  • 5 posts

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
w!ck3d

w!ck3d

    Newbie

  • Members
  • Pip
  • 5 posts

mbshinde78 said:

I think you can use Delphi 7 or higher to achieve this task.

what's Delphi 7 ?

#6
tossy

tossy

    Programmer

  • Members
  • PipPipPipPipPip
  • 202 posts

v0id said:

I think the easiest thing to do is to use AutoIt3.

I agree with v0id.
Microsoft: "You've got questions. We've got dancing paperclips

#7
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts

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
w!ck3d

w!ck3d

    Newbie

  • Members
  • Pip
  • 5 posts

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
ooisootuck

ooisootuck

    Learning Programmer

  • Members
  • PipPipPip
  • 36 posts
Jordan,

Would you please explain, I wish to know also.

#11
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog