mrbig1479 0 Posted September 18, 2007 (edited) hey i made a script that collect data from my pc when im away the data is stored in the script, nad the script is running on the backround. i want this data to get send to my e.mail without opening a mail client (dont have to be an email just a way to send it somewhere) it can be a post on a forum or whatever... ( i dont want to user that use my pc to know about it basically) i there a way that it can be done ? Edited September 18, 2007 by mrbig1479 Share this post Link to post Share on other sites
mrwb 0 Posted September 18, 2007 I can't give you any code right now but can point you down a search path. What you probably want is to use SMTP. You would need to have a mail server that would accept an SMTP request from your program. There are a few threads around here that deal with SMTP. Share this post Link to post Share on other sites
Zedna 282 Posted September 18, 2007 Look here Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites
mrbig1479 0 Posted September 18, 2007 thx a lot - thats just what i was looking for! Share this post Link to post Share on other sites