8 Einträge, 1 Seite |
my $smtp = Net::SMTP->new(...) or die "Can't connect to mailserver";
1
2
3
4
5
6
C:\Documents and Settings\M01169>perl -MHabichnicht
Can't locate Habichnicht.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib
.).
BEGIN failed--compilation aborted.
C:\Documents and Settings\M01169>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
telnet deinmailserver 25
~~~
helo
~~~
mail from: [EMAIL=ich@local.urks]ich@local.urks[/EMAIL]
~~~
rcpt to: [EMAIL=du@local.urks]du@local.urks[/EMAIL]
~~~
testnachricht
.
~~~
exit
8 Einträge, 1 Seite |