theguy0000 Posted October 1, 2005 Share Posted October 1, 2005 is there any way to send an email without launching any external programs? (or no visible ones at least?) The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted October 1, 2005 Share Posted October 1, 2005 Using the beta version...a com object (CDO Message)...give me a minute, I'm sure I can find another recent thread with this information Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
w0uter Posted October 1, 2005 Share Posted October 1, 2005 is there any way to send an email without launching any external programs? (or no visible ones at least?)yes, you can find it here. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
theguy0000 Posted October 1, 2005 Author Share Posted October 1, 2005 ok that didnt help much The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
w0uter Posted October 1, 2005 Share Posted October 1, 2005 o for gods sake learn how to use the search feature.http://www.autoitscript.com/forum/index.ph...2BSend+%2BEmail My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
slipperylobster Posted October 2, 2005 Share Posted October 2, 2005 The first time I found this forum, I went through every post, expecially in Scripts and Scraps. It took a while , but since then, I just read the forum every day. What to do is..just copy All scripts you find and put them in a folder ... for instance (EMAIL) (GAMES) etc. Then you will know exactly what is available here and the limitiations. I am not a programmer, and I hate to ask people to give away their pet projects, but I have managed to get by on what I salvaged from the many generous offerings posted. Take time to research..expecially AZIMEERS mail...it works!! Wow. I dont even need POP mail or YPOPS to send out quick one liners. Found that one without even trying.... : Hey...dont use that at the Internet cafes. Wow..I met one guy sitting next to me at the Internet Cafe doing International Money transfers from his Bank. DOH! I showed him what somebody could do just by copying his text and pasting it in the hidden mail program , automatically. He was in the PHILIPPINES! I said..get off your computer and get on that telephone..No..not the Wireless..Use the old fashioned land line. Nobody cares about that anymore. Me, I am so scared that I do all my banking in PERSON. Funny..most banks dont tell you not to use the internet cafe. HAVE A NICE DAY. AND DONT USE GUI FUNCTIONS TO IMITATE YAHOO SIGN INS TO TRANSMIT IDS AND PASSWORDS!!!!! CAUGHT MY GAL MESSING AROUND WIITH THAT ONE Link to comment Share on other sites More sharing options...
MrSpacely Posted October 2, 2005 Share Posted October 2, 2005 That sounds like too much pills.... drugs is bad. as for email question read the smtp rfc and the pop rfc (see google) then checkup on working with tcp socket functions and make your own smtp client its as simple as that -RFC 821 (rfc821) - Simple Mail Transfer Protocol -RFC 1939 (rfc1939) - Post Office Protocol - Version 3 -using sockets see manual of newest beta autoit and forum Link to comment Share on other sites More sharing options...
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