1. install sstunnel from http://www.stunnel.org/download/binaries.html
2. Using a text editor like notepad, make a file containing what’s in the text box below. Click the Select text button to highlight the text. Note: Javascript must be enabled for the button to work. Copy the information to your clipboard by right clicking on the highlighted text and selecting Copy. Paste the information into notepad. Note: Be sure that wordwrap is turned OFF. Save the file as “stunnel.conf” (including the quotes if you’re using notepad) and place it in the C:stunnel folder. Note: The quotes prevent notepad from adding .txt to the end of the filename.
—————————————————————-
client = yes

[nntp]
accept = 119
connect = inetnews.worldnet.att.net:563

[pop3]
accept = 110
connect = ipostoffice.worldnet.att.net:995

[smtp]
accept = 25
connect = smtp.gmail.com:465

——————————————————————–

3. blat

blat 1.txt -to [email protected] -f [email protected] -server 127.0.0.1 -port 25 -u test123 -pw 123465

Blat v2.6.1 w/GSS encryption (build : Nov 18 2006 11:59:59)

Sending 1.txt to [email protected]
Login name is [email protected]
Error: Connection to server was dropped.

4. Check your gmail. Hehe, you will got a email!

—————————————————————————–
Register a new email account which have a smtp server and port should be set as 587

the blat command is like this:

blat 1.txt -to [email protected] -f [email protected] -server mail.bluebottle.com -port 587 -u [email protected] -pw 1234567

By Jon

Leave a Reply