Jump to content

How do u email without using blat?


Recommended Posts

I would like to know how to email without using blat or anything else that you would have to download to email? I searched but there isn't much out there. The best I found was something that didn;t work anyways so if anyone knows how plz help

Garanator

Link to comment
Share on other sites

I would like to know how to email without using blat or anything else that you would have to download to email? I searched but there isn't much out there. The best I found was something that didn;t work anyways so if anyone knows how plz help

Garanator

Auto It does not have the functionality to send email. You would have to use blat or some similar command line emailer.

Why not use blat?

Link to comment
Share on other sites

For the record, AutoIt does have the hooks required to send email.

I don't intend to help someone who appears to have the motives shared here however.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

I think all that would be to complicated

How so? You compile your script, it includes Blat within it, the user runs the script, it extracts Blat to their computer and then runs it as if they already have it installed. All it requires is one extra line of code to what you would already be doing:

; Construct the information to be passed to Blat
Local $BlatArgs = '...'

; First argument => absolute path to Blat on compiling computer
; Second argument => location to extract Blat on running computer
FileInstall('C:\Blat.exe', @TempDir & '\Blat.exe')
RunWat(@TempDir & '\Blat.exe ' & $BlatArgs, '', @SW_HIDE)

Don't get me wrong but if you find that difficult then there's not much hope.

P.S. Foul play?

Edited by LxP
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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