bobheart 0 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 ? Share this post Link to post Share on other sites
ezzetabi 3 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 Share this post Link to post Share on other sites
bobheart 0 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 Share this post Link to post Share on other sites
ezzetabi 3 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 Share this post Link to post Share on other sites
this-is-me 6 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? Share this post Link to post Share on other sites
ezzetabi 3 Posted August 26, 2004 But do you want send a email or pop up the program? Share this post Link to post Share on other sites
ivan 1 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 Share this post Link to post Share on other sites
ioliver 0 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 Share this post Link to post Share on other sites
bobheart 0 Posted August 26, 2004 Thanks for the help guys . Share this post Link to post Share on other sites