in reply to Simple SMTP email within script...

Hi jbodden,

You should format your posts with <BR>'s :-).

Another approach would be to create a raw socket to your SMTP server using IO::Socket::INET, which is basically stock in 90% Perl's.Once you have your script working, you can always bundle everything up into an executable using PAR Packager (PP).

Cheers.

Replies are listed 'Best First'.
Re^2: Simple SMTP email within script...
by Anonymous Monk on Jun 08, 2008 at 04:30 UTC
Re^2: Simple SMTP email within script...
by FunkyMonk (Bishop) on Jun 08, 2008 at 08:47 UTC