Jump to content


Photo

auto-fill online emails?


  • Please log in to reply
2 replies to this topic

#1 bmoore45

bmoore45
  • Members
  • 273 posts

Posted 23 June 2012 - 04:13 AM

Hey guys,

I'm working for an online tech support company and there are some processes that are simple and time consuming, so I was wondering if this is possible for ahk to do:

-copy a link address from a website (the link address is always different, I can't find a control with windowspy)

-Fill out a subject line and recipient in gmail

-Paste email body to gmail

Sorry if this has been posted, I couldn't locate it by doing a search (not really sure of the technical name for this).
thanks,

Ben

#2 Guest

Guest
  • Guests

Posted 23 June 2012 - 04:40 PM

Depending on which browser you are using, you could use com (which requires IE, i believe) and then get the URL. Dunno how the rest of the email provider site looks like but with tabbing you can jump to each field.
viewtopic.php?t=61509
viewtopic.php?t=51020

#3 sinkfaze

sinkfaze
  • Moderators
  • 6087 posts

Posted 23 June 2012 - 04:53 PM

Or if you can live with copying the email you could skip past actually using GMail in the browser and use CDO to construct and send the email.