AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Email

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
garry



Joined: 19 Apr 2005
Posts: 1186
Location: switzerland

PostPosted: Fri Nov 30, 2007 2:44 pm    Post subject: Email Reply with quote

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

Quote:
MODIFIED =20071202
SCRNAMES =LV_EMAIL_03.ahk
;
; script from 20071124 Ripp3r]D3[ http://de.autohotkey.com/forum/topic2188.html
;
;---------------------- FREEWARE STANDALONE ------------ DOWNLOAD ------------------------
;---popclient.exe ----- http://www.codeode.com/ http://www.codeode.com/popclient/popclient.exe ;receive
;---vmailer.exe ----- http://virdi-software.com http://virdi-software.com/vmailer/vmail121.zip ;send
;
; OR/AND (send also attachment drag&drop ) :
;---blat.exe ----- http://www.blat.net http://downloads.sourceforge.net/blat/blat262.full.zip ;send
;---blat.dll
;----------------------------------------------------------------------------------------------------------
;
; own_INPOPSERVER =pop.bluewin.ch
; own_SMTP =mail.bluewin.ch
; own_emailadress =garry1411@bluewin.ch
; own_password1 =123456ABCD
;
;--------- http://www.autohotkey.net/~garry/Email01.jpg
;--------- http://www.autohotkey.net/~garry/LV_EMAIL_03.ahk
;
; Can send attachment with blat.exe
; This script only receive text , otherwise use Thunderbird Portable=
; http://portableapps.com/
;
;



here Spams I received Evil or Very Mad
Back to top
View user's profile Send private message
Dragonscloud



Joined: 16 Jul 2005
Posts: 97

PostPosted: Tue Dec 04, 2007 2:28 am    Post subject: Reply with quote

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
View user's profile Send private message
garry



Joined: 19 Apr 2005
Posts: 1186
Location: switzerland

PostPosted: Tue Dec 04, 2007 8:15 am    Post subject: Reply with quote

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
View user's profile Send private message
ge0



Joined: 24 Dec 2007
Posts: 4

PostPosted: Wed Jun 25, 2008 5:47 pm    Post subject: Reply with quote

how to test it via telnet when it "Must issue a STARTTLS command first"?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group