Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Reporter CPAN distribution.

Report information
The Basics
Id: 24816
Status: resolved
Priority: 0/
Queue: CPAN-Reporter

People
Owner: dagolden [...] cpan.org
Requestors: davidp [...] preshweb.co.uk
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Feature request: SMTP authentication
It'd be very nice if CPAN::Reporter could accept a username and password to perform SMTP authentication, if a mail server has been named. From a cursory glance, it appears that CPAN::Reporter would just need to pass them through to Test::Reporter, for it to in turn pass them to Mail::Mailer.
Test::Reporter doesn't yet support SMTP authentication. As soon as it does, I'll add that feature to CPAN::Reporter. http://code.google.com/p/test-reporter/issues/detail?id=3
Support now available in latest Test::Reporter. See Test::Reporter::Transport::SMTP::TLS. Recent CPAN::Reporter releases support custom transport specifications.