Site Tools


autoit:codes:telnetmail

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
autoit:codes:telnetmail [2015/02/28 05:32] lunetikkautoit:codes:telnetmail [2017/03/01 12:50] – external edit 127.0.0.1
Line 2: Line 2:
  
 This Script sends a Mail via Telnet automatically. I used this to test 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~~
autoit/codes/telnetmail.txt · Last modified: 2018/12/20 17:43 by lunetikk