Jump to content

Recommended Posts

Posted

Hi,

I was wondering if there was a function in autoit to automatically send mail (like perl's sendmail function/module). I had a look/search and all I could find was to open default mail client program. I know how to do this, but is there a way to send mail automatically? maybe someone wrote a sendmail program using TCP functions?

Thanks for any help!

  • Developers
Posted

Hi,

I was wondering if there was a function in autoit to automatically send mail (like perl's sendmail function/module). I had a look/search and all I could find was to open default mail client program. I know how to do this, but is there a way to send mail automatically? maybe someone wrote a sendmail program using TCP functions?

Thanks for any help!

_InetSmtpMail() .. ;)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted (edited)

_InetSmtpMail() .. ;)

Thanks, that seems to work, except it doesnt support server with authentication (yahoo) or different ports (gmail). I've had a look at _INetSmtpMailCom but doesnt seem to work (probably because im using windows xp).

Any other solutions?

EDIT:sorry..._INetSmtpMailCom does work..i just didnt read the whole thread.thanks ppl!

Edited by traltixx

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...