bobheart Posted August 26, 2004 Posted August 26, 2004 I looked around but didn't find aything how do you do a button click and send an email ? So say I want someone to click the button and it opens thier email with my email address in it ?
ezzetabi Posted August 26, 2004 Posted August 26, 2004 (edited) Not sure is that you mean but... You can execute, when the user clicks the button, a command like: Run(@comspec & ' /c start mailto:ezzetabi@katamail.com','',@sw_hide) Edited August 26, 2004 by ezzetabi
bobheart Posted August 26, 2004 Author Posted August 26, 2004 (edited) Came up with an error about not associated with this program ? The dos box . Edited August 26, 2004 by bobheart
ezzetabi Posted August 26, 2004 Posted August 26, 2004 (edited) Strange, it works for me... Maybe it works only in Win2000/Xp? Or maybe you have no default program for emails? Edited August 26, 2004 by ezzetabi
this-is-me Posted August 26, 2004 Posted August 26, 2004 Try blat or bmail command line tools to actually send an email to a recipient instead of just popping up the mail program. Who else would I be?
ezzetabi Posted August 26, 2004 Posted August 26, 2004 But do you want send a email or pop up the program?
ivan Posted August 26, 2004 Posted August 26, 2004 Try creating a simple html file with "mailto: ". This should activate your default e-mail program. Think out of the boxGrabber: Yet another WinInfo tool_CSVLib (still alpha)Dynamic html in au3
ioliver Posted August 26, 2004 Posted August 26, 2004 You can even use AutoIT to create the HTML file, run the HTML file, then have AutoIT delete it when the script ends... That way the "mailto:" information can change if need be. Sorry, to duplicate if that's what you meant Ivan. Ian "Blessed be the name of the Lord" - Job 1:21Check out Search IMF
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now