A long time ago you guys gave me a snipit that sent mail from a button click.
IF venders2.email > " " lcMail = "mailto:"+ venders2.email ShellExecute(0,"open",lcMail,"","",1) ENDIF Now I have a wrinkle. How can I give the option to send from, 1. default outlook account 2. from a gmail account 3. from a yahoo account I am assuming it will be a multi argument to a web address probably using user name, password, destination address, subject, content. I'm pretty good in html and getting there in php. Gary Jeurink http://www.shopgi.com http://www.nebraskatwisters.com http://www.garyjeurink.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/6281C7DC8C284E51B586479FB3CAF6AE@OwnerPC ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

