This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| autoit:codes:telnetmail [2015/02/28 05:32] – lunetikk | autoit:codes:telnetmail [2018/12/20 17:43] (current) – Discussion status changed lunetikk | ||
|---|---|---|---|
| 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(" | Send(" | ||
| Sleep(500) | Sleep(500) | ||
| - | Send(" | + | Send(" | 
| Sleep(500) | Sleep(500) | ||
| Send(" | Send(" | ||
| Line 47: | Line 47: | ||
| Send(" | Send(" | ||
| </ | </ | ||
| + | |||
| + | \\ | ||
| + | \\ | ||
| + | ~~DISCUSSION: | ||