Leser: 4
|< 1 2 3 >| | 30 Einträge, 3 Seiten |
1 2 3 4 5 6 7 8 9 10
use Mail::Sendmail; %mail = ( To => seine@seine.de', From => 'meine@meine.com', Message => "This is a very short message" ); sendmail(%mail) or die $Mail::Sendmail::error; print "OK. Log says:\n", $Mail::Sendmail::log;
1
2
3
connect to localhost failed (Unknown error)
connect to localhost failed
connect to localhost failed (Unknown error) no (more) retries!
1
2
3
Can't locate Mail/Sendmail.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/l
ib .) at mail.pl line 1.
BEGIN failed--compilation aborted at mail.pl line 1.
grey1987+2007-11-27 13:58:22--nö, brauch ich das? anscheinend schon....
geht es auch ohne irgendein programm installiert zu haben?
grey1987+2007-11-27 13:56:33--
ich hab das von cpan geholt und dahon kopiert, wo es hin soll.
|< 1 2 3 >| | 30 Einträge, 3 Seiten |