| View previous topic :: View next topic |
| Author |
Message |
garry
Joined: 19 Apr 2005 Posts: 1186 Location: switzerland
|
Posted: Fri Nov 30, 2007 2:44 pm Post subject: Email |
|
|
MODIFIED=20071202
added blat.exe which allows to send attachment (drag&drop)
Need 2/3 standalone freeware programs and your account
download the 2/3 programs, start script, input first once the correct account
button Send-New, send first email to you for test
button Get E-mails , see received mails
Script:
http://www.autohotkey.net/~garry/LV_EMAIL_03.ahk
here Spams I received
 |
|
| Back to top |
|
 |
Dragonscloud
Joined: 16 Jul 2005 Posts: 97
|
Posted: Tue Dec 04, 2007 2:28 am Post subject: |
|
|
Kinda similar to an email client script that I was working on and then abandoned because my ISP blocks the SMTP port. I like your interface.
Some email servers that sell SPAM-blocking put flags in the email headers when SPAM is detected. If your server's email program does this, then you can take advantage of it by adding those flags to your filters, or running a telnet script to delete them. _________________ “yields falsehood when preceded by its quotation” yields falsehood when preceded by its quotation. |
|
| Back to top |
|
 |
garry
Joined: 19 Apr 2005 Posts: 1186 Location: switzerland
|
Posted: Tue Dec 04, 2007 8:15 am Post subject: |
|
|
thankyou Dragonscloud,
first time I tried telnet to send something (DOS window)
| Quote: | C:\>telnet mail.bluewin.ch 25 ;command ( SMTP )
220 mail14.bluewin.ch ESMTP Service (Bluewin 7.3.121) ready
helo pop.bluewin.ch
250 mail14.bluewin.ch
mail from:garry1481a@bluewin.ch
250 MAIL FROM:<garry1481a@bluewin.ch> OK
rcpt to:garry1481a@bluewin.ch
250 RCPT TO:<garry1481a@bluewin.ch> OK
data
354 Start mail input; end with <CRLF>.<CRLF>
subject:test2 from telnet
Hello garry
how are you
.
250 <472EF4D1006728CB@mail14.bluewin.ch> Mail accepted
quit
221 mail14.bluewin.ch QUIT
Verbindung zu Host verloren.
C:\>
|
|
|
| Back to top |
|
 |
ge0
Joined: 24 Dec 2007 Posts: 4
|
Posted: Wed Jun 25, 2008 5:47 pm Post subject: |
|
|
| how to test it via telnet when it "Must issue a STARTTLS command first"? |
|
| Back to top |
|
 |
|