Here is the entire output, login looks fine.

Net::SMTP::_SSL>>> Net::SMTP::_SSL Net::SMTP::_SSL>>> IO::Socket::SSL(2.040) Net::SMTP::_SSL>>> IO::Socket::IP(0.38) Net::SMTP::_SSL>>> IO::Socket(1.38) Net::SMTP::_SSL>>> IO::Handle(1.36) Net::SMTP::_SSL>>> Exporter(5.72) Net::SMTP::_SSL>>> Net::SMTP(3.10) Net::SMTP::_SSL>>> Net::Cmd(3.10) Net::SMTP::_SSL=GLOB(0x1875d54)<<< 220 gmx.com (mrgmx105) Nemesis ESMT +P Service ready Net::SMTP::_SSL=GLOB(0x1875d54)>>> EHLO Rob.nl Net::SMTP::_SSL=GLOB(0x1875d54)<<< 250-gmx.com Hello Rob.nl [83.82.13. +137] Net::SMTP::_SSL=GLOB(0x1875d54)<<< 250-8BITMIME Net::SMTP::_SSL=GLOB(0x1875d54)<<< 250-AUTH LOGIN PLAIN Net::SMTP::_SSL=GLOB(0x1875d54)<<< 250 SIZE 69920427 Net::SMTP::_SSL=GLOB(0x1875d54)>>> AUTH LOGIN Net::SMTP::_SSL=GLOB(0x1875d54)<<< 334 VXNlcsm5hbWU6 Net::SMTP::_SSL=GLOB(0x1875d54)<<< (decoded) Username: Net::SMTP::_SSL=GLOB(0x1875d54)>>> (decoded) someone@example.com Net::SMTP::_SSL=GLOB(0x1875d54)>>> <redacted> Net::SMTP::_SSL=GLOB(0x1875d54)<<< 334 <redacted> Net::SMTP::_SSL=GLOB(0x1875d54)<<< (decoded) Password: Net::SMTP::_SSL=GLOB(0x1875d54)>>> (decoded) <redacted> Net::SMTP::_SSL=GLOB(0x1875d54)>>> <redacted> Net::SMTP::_SSL=GLOB(0x1875d54)<<< 235 Authentication succeeded Net::SMTP::_SSL=GLOB(0x1875d54)>>> MAIL FROM:<someone@example.com> Net::SMTP::_SSL=GLOB(0x1875d54)<<< 250 Requested mail action okay, com +pleted Net::SMTP::_SSL=GLOB(0x1875d54)>>> RCPT TO:<anyone@example.com> Net::SMTP::_SSL=GLOB(0x1875d54)<<< 250 OK Net::SMTP::_SSL=GLOB(0x1875d54)>>> DATA Net::SMTP::_SSL=GLOB(0x1875d54)<<< 354 Start mail input; end with <CRL +F>.<CRLF> Net::SMTP::_SSL=GLOB(0x1875d54)>>> Hi amdy Net::SMTP::_SSL=GLOB(0x1875d54)>>> . Net::SMTP::_SSL=GLOB(0x1875d54)<<< 554-Transaction failed Net::SMTP::_SSL=GLOB(0x1875d54)<<< 554 Unauthorized sender address. Net::SMTP::_SSL=GLOB(0x1875d54)>>> QUIT Net::SMTP::_SSL=GLOB(0x1875d54)<<< 221 gmx.com Service closing transmi +ssion channel

In reply to Re: problem sending mail by Anonymous Monk
in thread problem sending mail by Anonymous Monk

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.