Jump to content

I need a silent e-mail AutoIt program... :P


Recommended Posts

Very nice function ezzetabi... might want to consider putting it back in the front or on the very end or both. It took me a while to find it when I was looking for it.

JS :idiot:

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Link to comment
Share on other sites

  • Replies 48
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

ezzetabi;

Well...I used ur script, but it didnt work!! :idiot:

I'm calling it from my script like this:

_EmailSend("smtp.gmail.com:465", "eltrucha14@hotmail.com", "eltrucha14@gmail.com", "GHOST", @ScriptDir & "\_mess.tmp", "")

Am I doing something wrong??

It doesnt give me any error messages...

Thanx!! :D

El-Truchahttp://www.truchasoft.tk[url="ftp://tsfc.homeftp.net"]ftp://tsfc.homeftp.net[/url]hotline://tsfc.ath.cx

Link to comment
Share on other sites

2005.01.05 10:13:57 (Wed)------------Start of Session-----------------

Blat v2.2.2 (build : Feb 26 2004 10:36:38)

2005.01.05 10:14:27 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:14:27 (Wed): SMTP server error

2005.01.05 10:14:57 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:14:57 (Wed): Error: Connection to server was dropped.

2005.01.05 10:14:57 (Wed): Error: Error sending data.

2005.01.05 10:14:57 (Wed): Error: Error sending data.

2005.01.05 10:14:57 (Wed): Error: Connection to server was dropped.

2005.01.05 10:15:00 (Wed): Sending E:\My AutoIt Programs\GHOST\_mess.tmp to eltrucha14@gmail.com

2005.01.05 10:15:00 (Wed): Subject: GHOST VICTIM

2005.01.05 10:15:00 (Wed): Login name is eltrucha14@hotmail.com

2005.01.05 10:15:00 (Wed): Try number 1 of 5.

2005.01.05 10:15:30 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:15:30 (Wed): SMTP server error

2005.01.05 10:16:00 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:16:00 (Wed): Error: Connection to server was dropped.

2005.01.05 10:16:00 (Wed): Error: Error sending data.

2005.01.05 10:16:00 (Wed): Try number 2 of 5.

2005.01.05 10:16:45 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:16:45 (Wed): SMTP server error

2005.01.05 10:17:15 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:17:15 (Wed): Error: Connection to server was dropped.

2005.01.05 10:17:15 (Wed): Error: Error sending data.

2005.01.05 10:17:15 (Wed): Try number 3 of 5.

2005.01.05 10:18:00 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:18:00 (Wed): SMTP server error

2005.01.05 10:18:30 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:18:30 (Wed): Error: Connection to server was dropped.

2005.01.05 10:18:30 (Wed): Error: Error sending data.

2005.01.05 10:18:30 (Wed): Try number 4 of 5.

2005.01.05 10:19:15 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:19:15 (Wed): SMTP server error

2005.01.05 10:19:45 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:19:45 (Wed): Error: Connection to server was dropped.

2005.01.05 10:19:45 (Wed): Error: Error sending data.

2005.01.05 10:19:45 (Wed): Try number 5 of 5.

2005.01.05 10:20:31 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:20:31 (Wed): SMTP server error

2005.01.05 10:21:01 (Wed): Error: Wait a bit (possible timeout).

2005.01.05 10:21:01 (Wed): Error: Connection to server was dropped.

2005.01.05 10:21:01 (Wed): Error: Error sending data.

2005.01.05 10:21:01 (Wed)-------------End of Session------------------

Thats the log... :idiot:

El-Truchahttp://www.truchasoft.tk[url="ftp://tsfc.homeftp.net"]ftp://tsfc.homeftp.net[/url]hotline://tsfc.ath.cx

Link to comment
Share on other sites

Yep... More than a Ezzetabi script/Blat error seems a error of a noob configuring the email.

El-Trucha, do you use a regular email client usually?

If you do, check the SMTP value there. Otherwise, if you use anything different, like webmail probably there is not SMTP server usable via Blat, so you HAVE TO use a alternative SMTP server, the simpliest way is using your own.

Start this simple (and free) program:

http://www.softstack.com/freesmtp.html

and use as SMTP: LOCALHOST

Hope this helps.

Link to comment
Share on other sites

Well...this program is gonna b run not only on my PC but on many other people... :D

Is there another fix??

Thanx!! :lol:

AHAHAHAH He is trying to use hotmail or gmail as an smtp... Or maybe he is trying to login to his gmail account with his hotmail username

This is going to be a lot of fun...

I'm not THAT n00bish... :idiot:

El-Truchahttp://www.truchasoft.tk[url="ftp://tsfc.homeftp.net"]ftp://tsfc.homeftp.net[/url]hotline://tsfc.ath.cx

Link to comment
Share on other sites

Well...this program is gonna b run not only on my PC but on many other people... :D

Is there another fix??

Thanx!! :lol:

I'm not THAT n00bish... :idiot:

<{POST_SNAPBACK}>

@El-Trucha

You might want to consider investing either in a webbased email that supports pop3 that you could use as your SMTP server from anywhere (that is what I do). Or you could just write a script that installs and configures that SMTP server for each computer.

Any questions?

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Link to comment
Share on other sites

  • 4 weeks later...

Ok, when i try to get the body of the email from a text file it gives me this error in the LogFile.

2005.02.01 15:06:50 (Tue)------------Start of Session-----------------

Blat lite v2.2.2 (build : Feb 26 2004 10:36:21)

2005.02.01 15:06:50 (Tue): error reading C:\security.file, aborting

2005.02.01 15:06:50 (Tue)-------------End of Session------------------

I cant figure out why.

Link to comment
Share on other sites

Ok, when i try to send myself an email without reading from a file here is what i get in the log.

2005.02.02 08:07:04 (Wed)------------Start of Session-----------------

Blat lite v2.2.2 (build : Feb 26 2004 10:36:21)

2005.02.02 08:07:34 (Wed): Error: Wait a bit (possible timeout).

2005.02.02 08:07:34 (Wed): SMTP server error

2005.02.02 08:08:04 (Wed): Error: Wait a bit (possible timeout).

2005.02.02 08:08:04 (Wed): Error: Connection to server was dropped.

2005.02.02 08:08:04 (Wed): Error: Error sending data.

2005.02.02 08:08:04 (Wed): Error: Error sending data.

2005.02.02 08:08:04 (Wed): Error: Connection to server was dropped.

2005.02.02 08:08:06 (Wed): Sending C:\DOCUME~1\Dakota's\LOCALS~1\Temp\~mailtext.tmp to doomsday123@gmail.com

2005.02.02 08:08:06 (Wed): Subject: Log File

2005.02.02 08:08:06 (Wed): Login name is doomsday123@gmail.com

2005.02.02 08:08:36 (Wed): Error: Wait a bit (possible timeout).

2005.02.02 08:08:36 (Wed): SMTP server error

2005.02.02 08:09:06 (Wed): Error: Wait a bit (possible timeout).

2005.02.02 08:09:06 (Wed): Error: Connection to server was dropped.

2005.02.02 08:09:06 (Wed): Error: Error sending data.

2005.02.02 08:09:06 (Wed)-------------End of Session------------------

It cant connect to the smtp server. i am using these settings for gmail.

_EmailSend("smtp.gmail.com:465", "doomsday123@gmail.com", "doomsday123@gmail.com", "Log File", "Hello", "C:\temp.temp")

If you could help me out i would appreciate it. Thanks

Link to comment
Share on other sites

  • 9 months later...

This is probably a stupid question but i don't know what to do. When i run the script a Msgbox pops up with the title "Windows Script Host" and it has the red critical x on it and it has "Script: C:\email.vbs"-----"Line: 112"-----"Char: 1"-----"Error: Expected 'End'"-----"Code: 800A03F6"-----"Source: Microsoft VBScript compilation error". I don't know what im doing wrong... Please Help!

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...