I thought this would be easy and could be handled by just some 'system' stmts. for the scripting (i.e. system("telnet mail.abc.com 25") ) - make the connection and then then use more print `` or system stmts (HELO, Mail From etc.. - after the 220/250 responses) - I am on a Windows box, not Unix - The Telnet connect does fine - and after that it will only accept STDIN,(I was an SMTP Postmaster for years so I have the Connect/Send/Receive seq. down pat - LOL - ) I am just taking some data from a .htm form-> pl or cgi and then Email a portion (From/Recpt/Datestamp/Subject) and then also take all of the Form Data and push to a Shared File for later review. MailServer is Fixed at this point, may do a NSLOOKUP for mx and then save that as a Var, or @ARRAY and peel what is needed from there,etc.. DO I have to use NET::SMTP, or IO::Socket::INET - is the same true with any TELNET Session (i.e. FTP ) using NET::FTP ? Thanks to All !

In reply to telnet smtp- by bjs

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.