Ayres Posted April 23, 2005 Posted April 23, 2005 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 Jos Posted April 23, 2005 Developers Posted April 23, 2005 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.
GaryFrost Posted April 23, 2005 Posted April 23, 2005 (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 April 23, 2005 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.
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