You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by RobertCZ <ro...@robert.cz> on 2005/02/01 00:21:31 UTC

Embperl::Mail setup inconsitency

Hi,

  I have just spent couple of hours trying to figure out why 
'Embperl_MailHost xxx' configuration directive doesn't work for me until 
I RTFS where it's used as $ENV{'EMBPERL_MAILHOST'}. Now with SetEnv 
EMBERL_XXX it works fine, but why is everything set up using Embperl_XXX 
directives only Emabperl::Mail is using environment? Now I see the docs 
say 'can be configured in the environment', but I'd still say it's 
confusing.

- Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


RE: Embperl::Mail setup inconsitency

Posted by Gerald Richter <ri...@ecos.de>.
Hi,

> 
>   I have just spent couple of hours trying to figure out why 
> 'Embperl_MailHost xxx' configuration directive doesn't work 
> for me until I RTFS where it's used as 
> $ENV{'EMBPERL_MAILHOST'}. Now with SetEnv EMBERL_XXX it works 
> fine, but why is everything set up using Embperl_XXX 
> directives only Emabperl::Mail is using environment? Now I 
> see the docs say 'can be configured in the environment', but 
> I'd still say it's confusing.
> 

Yes, you are right. It's confusing. The reason is that Embperl implement
it's configuration directives in C, while Embperl::Mail is pure Perl, but it
should be possible to make it more consitent. I put it on the TODO list

Gerald


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org