in reply to Re: Sending a mail with Perl, nah.. the same and same question...
in thread Sending a mail with Perl, nah.. the same and same question...

Well, I still can`t understand what`s the error for not sending mail ( ok, I got it it`s weak in security ) but I just want to know where exactly is the error for not sending it?

  • Comment on Re^2: Sending a mail with Perl, nah.. the same and same question...

Replies are listed 'Best First'.
Re^3: Sending a mail with Perl, nah.. the same and same question...
by Corion (Patriarch) on Mar 29, 2012 at 14:33 UTC

    I purposefully only gave you a vague hint as to where the part of "not sending" in your script lies. You will have to read my post and go through your script to find it. I still recommend MIME::Lite for sending mail instead of talking to sendmail directly.

    You could consider printing your output to the console to inspect what sendmail receives.