Jump to content

Recommended Posts

Posted
:) I want to create a program AUTOIT that to send an email with an attached file. The function _INetMail does not make this. How I make? Thanks to all.
  • Developers
Posted

:)  I want to create a program AUTOIT that to send an email with an attached file.  The function _INetMail does not make this.  How I make?  Thanks to all.

<{POST_SNAPBACK}>

just use a commandline mailer like Blat.exe.....

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)

Currently the inet functionality is to use your default e-mail on your system, you would just add the attachment once the client is opened.

I myself haven't seen a way of doing this other than the client in autoit, and don't think it would be a good idea to bypass the client, but if you really need to do something of this nature you should be looking into perl language, and using smtp.

I'm sure if I'm wrong, one of the guru's here will correct me.

Edit: Just woke up, hadn't thought of all the command line tools out there as JdeB as said, that is another alternative.

Edited by gafrost

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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
×
×
  • Create New...