Zippernipples has asked for the wisdom of the Perl Monks concerning the following question:
Any wisdom to be had?<my first code ever> #!/usr/bin/perl $smtp = Net::SMTP->new("mailserver", Debug => 1, ); $smtp->mail($ENV{"user1"}); $smtp->recipient("user2"); $smtp->data(); $smtp->datasend("\n"); $smtp->datasend("Testes. 1... 2... uh, 3...\n"); $smtp->dataend(); $smtp->quit; </my first code ever>
-><-
Edit kudra, 2001-10-30 Changed title
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: It's my first time, be gentle.
by Ahbeyra (Monk) on Oct 26, 2001 at 01:36 UTC | |
|
(bbfu) (Net::SMTP problems: recipient?) Re: It's my first time, be gentle.
by bbfu (Curate) on Oct 26, 2001 at 01:09 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |