Jump to content

Open emails just sent, and clicking a link?


Gui
 Share

Recommended Posts

Aye guys, I was just wondering if it's anywhere possible in AutoIT, to click a link inside an email that has just been sent to you? That's my only question. I only know of sending mail, I want to get it :). Thanks for your time guys.

GUI ><><

Link to comment
Share on other sites

Aye guys, I was just wondering if it's anywhere possible in AutoIT, to click a link inside an email that has just been sent to you? That's my only question. I only know of sending mail, I want to get it :). Thanks for your time guys.

GUI ><><

Autoit is a good program, all it's possible... but you must read manual and try to find a best solution for you.

You use a mail client o IE ???

Link to comment
Share on other sites

In Outlook it is possible using the outlook COM objects and methods.

What is your mail client?

It would depend on what the domain for the emails are used. Could be gmail, yahoo, msn, hotmail, those popular ones etc. Basically, the emails would be inserted somewhere, then an email is sent out to them . Then I would want to click a link on the email sent to them.

Link to comment
Share on other sites

from your description you want to send someone an email, then make their computer click a link in the email you sent? or do you want your computer to automatically click a link in an email you recieve?

010101000110100001101001011100110010000001101001011100110010000

001101101011110010010000001110011011010010110011100100001

My Android cat and mouse game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

I'm sorry guys, it's confusing. BASCALLY, my program right now sends email messages out to a list of emails. Then I want to click a link that was in the email message, for every email address the message was sent to.

Link to comment
Share on other sites

  • Developers

I'm sorry guys, it's confusing. BASCALLY, my program right now sends email messages out to a list of emails. Then I want to click a link that was in the email message, for every email address the message was sent to.

"Still as clear as mud".

What about you try to use a few sentences and properly describe what you want.

On the other hand, maybe you should start trying things yourself first instead of asking everything you think of...

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

It's not me sending the emails, it's a website.

$emailbox = _IEFormElementGetObjByName($NewForm,'emails')
        For $l = 0 To _GUICtrlListBox_GetCount($EmailList) - 1
            $aEmail = _GUICtrlListBox_GetText($EmailList,$l)
            _GUICtrlEdit_InsertText($tehemails,$aEmail & ',')
        Next
        _IEFormElementSetValue($emailbox,GUICtrlRead($tehemails))
    $messagebox = _IEFormElementGetObjByName($NewForm,'message')
    _IEFormElementSetValue($messagebox,GUICtrlRead($PM))
    If $running = 0 Then Return
    _IEFormSubmit($oForm)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...