hello monks,

as soon as CPAN::Reporter was released, i installed it and configured it. great module. it works well when i'm at work; the test reports are sent through our company's mailserver.

at home, however, i have a dynamic ip-address (i have a dyndns-address also, if that helps), and so i cannot send mails because mailservers generally don't accept mails from dynamic ips.

i read my email over POP3 or IMAP and send it over SMTP. the SMTP server of my mail provider needs a username and a password, but i can't find the location where to configure that in CPAN::Reporter. is this possible?

thanks


In reply to CPAN::Reporter and SMTP-server by tinita

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.