in reply to No mail in the SMTP inbox

Well, since this is perl, there is always another way to do it, you can try something like:
use Mail::Sendmail; %mail = ( To => 'someone@somewhere.moo', From => 'me@here.mootoo', Message => "mommy says chocolate milk is from brown cows and + strawberry is from red ones." ); if (sendmail %mail) { print "Yay. It worked.\n" } else { print "DOH!: $Mail::Sendmail::error \n" }
well, i just prefer this method over Net::SMTP... so thats my two cents.

-------------------------
I love the smell of pastures in the morning... /tell ahbeyra moo