in reply to CPAN::Reporter and SMTP-server
Hi,
CPAN::Reporter is using Test::Reporter to send the test reports. Test::Reporter in turn uses either Net::SMTP or Mail::Send ( if that is installed ).
AFAIK, Test::Reporter has no way of specifying SMTP credentials, though Net::SMTP does have an auth method to provide SASL authentication.
The best I can suggest is that either try sending test reports directly to the CPAN Testers MX ( which is what Test::Reporter will do if you don't specify an MX ) and see if it works; or, alternatively, configure some sort of SMTP relay locally that will accept reports from CPAN::Reporter/Test::Reporter and forward them to your SMTP gateway with the appropriate authentication.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CPAN::Reporter and SMTP-server
by tinita (Parson) on Dec 17, 2006 at 18:24 UTC | |
by eserte (Deacon) on Dec 17, 2006 at 23:06 UTC | |
by bingos (Vicar) on Dec 17, 2006 at 21:13 UTC | |
|
Re^2: CPAN::Reporter and SMTP-server
by Scott7477 (Chaplain) on Mar 16, 2007 at 23:14 UTC |