Site Tools


autoit:codes:telnetmail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
autoit:codes:telnetmail [2015/02/28 05:12] – created lunetikkautoit:codes:telnetmail [2018/12/20 17:43] (current) – Discussion status changed lunetikk
Line 1: Line 1:
 ====== Mail via Telnet ====== ====== Mail via Telnet ======
  
-This Script sends a Mail via Telnet automatically. I used this for testing some things when I set up postfix. +This Script sends a Mail via Telnet automatically. I used this to test some things when I set up postfix. 
-Edit the hostname and the mailadresses+Edit the hostname and the mailaddresses
  
 <code autoit mailviatelnet.au3> <code autoit mailviatelnet.au3>
Line 24: Line 24:
 Send("{enter}") Send("{enter}")
 Sleep(500) Sleep(500)
-Send("rcpt to:lunetikk@lunetikk.local")+Send("rcpt to:lunetikk@lunetikk.de")
 Sleep(500) Sleep(500)
 Send("{enter}") Send("{enter}")
Line 47: Line 47:
 Send("{enter}") Send("{enter}")
 </code> </code>
 +
 +\\
 +\\
 +~~DISCUSSION:closed~~
autoit/codes/telnetmail.1425096751.txt.gz · Last modified: 2017/03/01 12:50 (external edit)