SSS Posted December 6, 2006 Posted December 6, 2006 How do I mail using autoIT? please anyone send me a project on it?
BigDod Posted December 6, 2006 Posted December 6, 2006 Lookup _INetSmtpMail in the help file. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
littleclown Posted December 6, 2006 Posted December 6, 2006 If you wont to use some mail client like outlook use this: _INetMail("some@mail.com", "Some Subject, "Some Text.") This will not send the massega, but will fill the forms. You will sent it with hotkeys for example.
_Kurt Posted December 6, 2006 Posted December 6, 2006 Hey, _INetSmtpMail isn't working for me, maybe i have not properly used it, I'm getting @error's 3 and 4. The server part is the problem for me, I believe, perhaps a quick example? Awaiting Diablo III..
AzKay Posted December 6, 2006 Posted December 6, 2006 _InetSmtpMail() uses your ISP's mail. You have to use your ISP's server. Go search for _INetSmtpMailCom() if you want to use a different one. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
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