Hello

So we upgraded NET::SMTP to version 3.10 and I sent out my first email as a test calling $msg->starttls(); and this is the debug trace. Does this look like it used the TLS protocol? Thanks in advance in case this listing is too long:

Hello, I have the updated Net::SMTP working with version 3.10 ... :) I have the results of the connection. It looks like I am sending out the STARTTLS and wanted to get your opinion that I did connect using TLS ?? Here is the debug:

Net::SMTP>>> Net::SMTP(3.10) Net::SMTP>>> Net::Cmd(3.10) Net::SMTP>>> Exporter(5.58) Net::SMTP>>> IO::Socket::INET(1.31) Net::SMTP>>> IO::Socket(1.31) Net::SMTP>>> IO::Handle(1.28) Net::SMTP=GLOB(0x83f812c)<<< 220 rs-ord-mtsp-mta02-in2.int.smtp.com ES +MTP (SMTP.com v6) Net::SMTP=GLOB(0x83f812c)>>> EHLO oh01lx03.workflowone.net Net::SMTP=GLOB(0x83f812c)<<< 250-rs-ord-mtsp-mta02-in2 says EHLO to 19 +8.187.174.15:46786 Net::SMTP=GLOB(0x83f812c)<<< 250-AUTH=CRAM-MD5 LOGIN PLAIN Net::SMTP=GLOB(0x83f812c)<<< 250-AUTH CRAM-MD5 LOGIN PLAIN Net::SMTP=GLOB(0x83f812c)<<< 250-STARTTLS Net::SMTP=GLOB(0x83f812c)<<< 250-8BITMIME Net::SMTP=GLOB(0x83f812c)<<< 250-ENHANCEDSTATUSCODES Net::SMTP=GLOB(0x83f812c)<<< 250 PIPELINING Net::SMTP=GLOB(0x83f812c)>>> STARTTLS Net::SMTP=GLOB(0x83f812c)<<< 220 2.0.0 continue Net::SMTP::_SSL=GLOB(0x83f812c)>>> EHLO oh01lx03.workflowone.net Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250-rs-ord-mtsp-mta02-in2 says EHLO + to 198.187.174.15:46786 Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250-ENHANCEDSTATUSCODES Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250-PIPELINING Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250-8BITMIME Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250-AUTH=CRAM-MD5 LOGIN PLAIN Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250 AUTH CRAM-MD5 LOGIN PLAIN Net::SMTP::_SSL=GLOB(0x83f812c)>>> AUTH CRAM-MD5 Net::SMTP::_SSL=GLOB(0x83f812c)<<< 334 PDIwMDI0NjMzLjE1MDIyMjE0NTlAcnM +tb3JkLW10c3AtbXRhMDItaW4yPg== Net::SMTP::_SSL=GLOB(0x83f812c)<<< (decoded) <20024633.1502221459@rs-o +rd-mtsp-mta02-in2> Net::SMTP::_SSL=GLOB(0x83f812c)>>> (decoded) SencoBrands 79ea0fef2dad0 +1e3eafd5ad71103f681 Net::SMTP::_SSL=GLOB(0x83f812c)>>> U2VuY29CcmFuZHMgNzllYTBmZWYyZGFkMDF +lM2VhZmQ1YWQ3MTEwM2Y2ODE= Net::SMTP::_SSL=GLOB(0x83f812c)<<< 235 2.0.0 Authed. Go on.

thanks again for your help with all this.

2017-08-09 Athanasius added code tags


In reply to NET::SMTP with TLS by bdegan2

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.