Jump to content

Running A Mail To In A Script


byteme
 Share

Recommended Posts

Hi everybody. I was just wondering if there was a better\easier way to execute an email to somebody. What I want to do is have AutoIt ask a question, then send an email to a preaddressed person. If I did the following:

send, {Lwin}r

winwaitactive, Run,,

send, mailto:myemailaddress?subject=(whatever I want it to be)

this would work, but the problem is on some pc's sending the {Lwin}r command doesn't open the run box, but goes to the first Icon starting with r.

My question is, is there a run command within autoit to preaddress the email and put the subject line in automatically? I tried:

run, mailto:myemailaddress?subject=(whatever I want it to be)

but it does not like that command (I didn't think it would..)

Any help would be greatly appreciated!

Thank you.....

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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