in reply to Mime Lite

You have some funny ideas ... http://www.citrusperl.com/, http://strawberryperl.com/, http://downloads.activestate.com/ActivePerl/releases/

Replies are listed 'Best First'.
Re^2: Mime Lite (misunderstandings)
by Anonymous Monk on Oct 11, 2013 at 03:11 UTC
Re^2: Mime Lite (misunderstandings)
by Gorby (Monk) on Oct 11, 2013 at 04:16 UTC

    Thanks for the advice re strawberry perl. I installed it and ran the perl program but got this error:

    SMTP Failed to connect to mail server: at perl_email_sender.cgi line 81.

    Here's my code:

    $msg = MIME::Lite->new( From => 'noreply@loadmena.com', To => 'rvn@jade.com.ph', Subject => 'Test Subject', Type => 'multipart/mixed', ); $msg->attach( Type => 'TEXT', Data => "Test Email.", ); $msg->send;

    what am I missing?

      I installed it and ran the perl program but got this error: what am I missing?

      Turn on debugging, get a better error message (other than "didn't work"), and then google message if it isn't obvious