in reply to NET::SMTP on 64 bit

Hello bdegan2,

What is your OS (64 bit)?

There is another thread mentioning WindowsOS (64 bit) see Can't get Net::SMTP to work.

Looking forward to your update, BR.

Seeking for Perl wisdom...on the process of learning...not there...yet!

Replies are listed 'Best First'.
Re^2: NET::SMTP on 64 bit
by bdegan2 (Sexton) on Oct 12, 2017 at 15:35 UTC
    Thanks thanow1983. That link didn't have a solution but at least they were able to install the latest version of Net::SMTP onto their windows OS.

      Hello again bdegan2,

      The link does not give a solution but it proposes Try the Perl debugger, run your code with $perl -d ... and try to see what's up, step by step.. Did you try that?

      Where are you failing? I assume that you running on WindowsOS right?

      Provide us details, Perl version, module version, OS etc. So we could try to replicate your problem and see if it is only local on your OS or general.

      By the way, is your question related with NET::SMTP with TLS and Net::SMTP::TLS attachments (previously asked by you)? Where they resolved from your point of view? it looks like it on the latest question.

      Looking forward to your update, BR.

      Seeking for Perl wisdom...on the process of learning...not there...yet!
        Oh, sorry about not completing the other issue. When we upgraded to NET::SMTP on the 32 bit (linux) then the TLS worked successfully. I'm not the one doing the actual upgrade (don't have the root password ) so I will send your suggestion to see if he can run the install using the Perl debugger and let you know the results. We were able to upgrade IO::Socket:SSL but not NET::SMTP.