http://www.perlmonks.org?node_id=837443


in reply to Re^4: Unable to send email using MIME::Lite
in thread Unable to send email using MIME::Lite

Thanks .. After installing that modules now the above code working fine . We needs to add below lines in above my code .
use MIME::Base64; use Authen::SASL;
Best Regards, S.Sabarinathan,

Replies are listed 'Best First'.
Re^6: Unable to send email using MIME::Lite
by ikegami (Patriarch) on Apr 29, 2010 at 06:09 UTC

    We needs to add below lines in above my code .

    Looking at the code, I can't see how that could possibly be true. The modules attempts to load them. If they're not installed, the loading fails and you get the earlier error message. There's no need to load them in advance.

      Ya of course no needs to load that is optional to load them ,but needs to be installed
      Best Regards, S.Sabarinathan,